diff --git a/Cargo.lock b/Cargo.lock index 3f5166a09738e61c7321132dd8d784617728d672..58569c2e72704f1fe850475c44e293dc0953172e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1142,7 +1142,7 @@ checksum = "973fff3a34801ae9c15ba9ef09e82b1e37e2fdcb554d3e5f05d38ab2896dd383" [[package]] name = "maid" -version = "0.8.1" +version = "1.0.0" dependencies = [ "anyhow", "clap", @@ -1182,7 +1182,7 @@ dependencies = [ [[package]] name = "maid_server" -version = "0.8.1" +version = "1.0.0" dependencies = [ "bollard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 5f7976fee4bbcc31f556c63258d88650d05ef434..b0ab372c0c0a1ed58d43e236606b2863b5d1f48b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ ] [workspace.package] -version = "0.8.1" +version = "1.0.0" edition = "2021" license = "MIT" repository = "https://github.com/exact-rs/maid" diff --git a/Maidfile.toml b/Maidfile.toml index 51eab34e9332e8fedec0c36de386ae69ac08f010..e7dc10119213a7a2d930d4c8bd1defd7789f6db4 100644 --- a/Maidfile.toml +++ b/Maidfile.toml @@ -3,7 +3,7 @@ import = ["scripts/build.toml", "scripts/test.toml"] [project] name = "maid" -version = "0.8.1" +version = "1.0.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='0.8.1' +VERSION='1.0.0' [tasks.build] info = "Build binaries"