diff --git a/Cargo.lock b/Cargo.lock index c62148c..a499b4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,7 +345,7 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "cnat" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 02bc962..00c386a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cnat" -version = "0.0.2" +version = "0.0.3" description = "Systematically apply certain modifications to classes, class names, used in your frontend codebase." edition = "2021" homepage = "https://github.com/Gnarus-G/cnat" diff --git a/package.json b/package.json index 49ba6e4..b553606 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cnat", - "version": "0.0.2", + "version": "0.0.3", "description": "Systematically apply certain modifications to classes, class names, used in your frontend codebase.", "bin": { "cnat": "./npm/run.js"