diff --git a/Cargo.lock b/Cargo.lock index d12d6d13dfb2715cdb4f5485303169199f7995bd..007f83a0a061b245f70a71bb925596b5d1331fb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1169,7 +1169,7 @@ checksum = "973fff3a34801ae9c15ba9ef09e82b1e37e2fdcb554d3e5f05d38ab2896dd383" [[package]] name = "maid" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "clap", @@ -1209,7 +1209,7 @@ dependencies = [ [[package]] name = "maid_server" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "bollard", diff --git a/Cargo.toml b/Cargo.toml index b0ab372c0c0a1ed58d43e236606b2863b5d1f48b..2c9000ccc9f90a4a917b36414516ac188303a3aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ ] [workspace.package] -version = "1.0.0" +version = "1.1.0" edition = "2021" license = "MIT" repository = "https://github.com/exact-rs/maid" diff --git a/Maidfile.toml b/Maidfile.toml index ab796921d362b6f21cde4cc59432a45d8c522cc4..ee6b143caf7302f95eef7838c3d647d509dd56bd 100644 --- a/Maidfile.toml +++ b/Maidfile.toml @@ -3,7 +3,7 @@ import = ["scripts/build.toml", "scripts/test.toml"] [project] name = "maid" -version = "1.0.0" +version = "1.1.0" # build on a remote server [project.server] @@ -16,7 +16,7 @@ BOOL = false STRING = 'test' TYPE = '%{dir.home} %{env.STRING} %{arg.1}' ARR = ['hello', 'world'] -VERSION='1.0.0' +VERSION='1.1.0' [tasks.build] info = "Build binaries"