diff --git a/Cargo.lock b/Cargo.lock index 48134b1..3bd2d5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -82,7 +82,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "state-shift" -version = "1.0.0" +version = "1.1.0" dependencies = [ "Inflector", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 4401733..47936e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "state-shift" authors = ["Ozgun Ozerk"] -version = "1.0.0" +version = "1.1.0" edition = "2021" description = "Macros for implementing Type-State-Pattern on your structs and methods" readme = "README.md"