diff options
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ name = "simple-xmlrpc" description = "A simple, no nonsense, XML-RPC implementation for Rust" license = "MIT" -version = "0.1.0" +version = "0.1.1-alpha.0" authors = ["Kaleb Elwert <belak@coded.io>"] edition = "2018" documentation = "https://docs.rs/simple-xmlrpc" |