diff --git a/Cargo.lock b/Cargo.lock index e10522c..7bad94c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,7 +450,7 @@ dependencies = [ [[package]] name = "rusnapshot" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a4411f9..18570a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusnapshot" -version = "0.2.0" +version = "0.3.0" authors = ["edu4rdshl"] edition = "2018" description = "Simple and handy btrfs snapshoting tool."