From 542a1725a49caa14fe317780c45e678d02af558d Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Tue, 4 Jan 2022 15:02:27 +0100 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a9a8a4..88fccb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -587,7 +587,7 @@ checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" [[package]] name = "singit2" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "css_typegen", diff --git a/Cargo.toml b/Cargo.toml index 49e5b60..ce61aff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "singit2" -version = "0.1.0" +version = "0.2.0" authors = ["Joakim Hulthe