diff --git a/Cargo.toml b/Cargo.toml index 42ea3ea..b802a2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "random-branch" keywords = ["pick", "choose", "match"] -version = "0.1.0-alpha.0" +version = "0.1.0-alpha.1" description = "Provides a macro to select a random branch like match" authors = ["Cryptjar "] edition = "2018" @@ -32,4 +32,4 @@ version = "0.3" # Enable all features when building docs on docs.rs [package.metadata.docs.rs] -all-features = true \ No newline at end of file +all-features = true