diff --git a/Cargo.lock b/Cargo.lock index a8e4be3..1b2c56e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "aof" -version = "0.2.1" +version = "0.3.0" dependencies = [ "clap 2.24.2 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 91f263f..094eb33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "aof" readme = "README.md" repository = "https://github.com/bosondata/aof-rs" -version = "0.2.1" +version = "0.3.0" [dependencies] clap = "2.23" diff --git a/snapcraft.yaml b/snapcraft.yaml index 79c7d31..274df91 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: aof # you probably want to 'snapcraft register ' -version: '0.2.2' # just for humans, typically '1.2+git' or '1.3.2' +version: '0.3.0' # just for humans, typically '1.2+git' or '1.3.2' summary: Redis appendonly file filter # 79 char long summary description: | Redis appendonly file filter