diff --git a/Cargo.toml b/Cargo.toml index b2f1376..41422b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitflags-derive" -version = "0.0.1" +version = "0.0.2" authors = ["bitflags contributors"] license = "MIT OR Apache-2.0" readme = "README.md" @@ -13,7 +13,7 @@ exclude = ["/tests", "/.github"] [dependencies.bitflags-derive-macros] path = "macros" -version = "0.0.1" +version = "0.0.2" [dependencies.bitflags] version = "2" diff --git a/README.md b/README.md index 6e8f9a6..11f91b6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Add `bitflags-derive` to your `Cargo.toml` alongside `bitflags`: ```toml [dependencies.bitflags-derive] -version = "0.0.1" +version = "0.0.2" [dependencies.bitflags] version = "2" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index e02e9c6..0f5b5fe 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitflags-derive-macros" -version = "0.0.1" +version = "0.0.2" authors = ["bitflags contributors"] license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index dac9859..b4bbcc9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,7 +7,7 @@ Add `bitflags-derive` to your `Cargo.toml` alongside `bitflags`: ```toml [dependencies.bitflags-derive] -version = "0.0.1" +version = "0.0.2" [dependencies.bitflags] version = "2"