diff --git a/.maid/build.toml b/.maid/build.toml index d3ae66fb01450eba64a5c8a14c948c0886c2f723..bc5fa7e6141d17675b2c779d73fcfbd6ec221d80 100644 --- a/.maid/build.toml +++ b/.maid/build.toml @@ -1,5 +1,5 @@ [env] -VERSION='1.9.0' +VERSION='2.0.0' [tasks.build_all] info = "build all" diff --git a/Cargo.lock b/Cargo.lock index 12c7d74dbab8dec880984535053d06e4db7f969a..e3595768ec1242bed77ec0c1eacf474b62a6e719 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1697,7 +1697,7 @@ dependencies = [ [[package]] name = "pmc" -version = "1.9.0" +version = "2.0.0" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 46a2e19badf99a4a2fa1786db5c644e8a86d741c..a5f52152131604a357183684886dbd6f48d91c86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmc" -version = "1.9.0" +version = "2.0.0" edition = "2021" license = "MIT" repository = "https://lab.themackabu.dev/self/pmc" diff --git a/Maidfile.toml b/Maidfile.toml index 1a37fd8faeade6ae201fbdaff381053ebbd69a51..4fe74b95aa1bb30aa4d33a501ea99660ecf7791f 100644 --- a/Maidfile.toml +++ b/Maidfile.toml @@ -2,7 +2,7 @@ import = [".maid/build.toml", ".maid/server.toml"] [project] name = "pmc" -version = "1.9.0" +version = "2.0.0" [tasks] clean = { script = ["rm -rf bin", "mkdir bin"] } diff --git a/src/webui/npm-shrinkwrap.json b/src/webui/npm-shrinkwrap.json index 0cda4f07dc409f3c2b4c69df32a3c40c290b45e0..e03612bc1fdfcb1ac26138d63ccf7efc2ed9184c 100644 --- a/src/webui/npm-shrinkwrap.json +++ b/src/webui/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "pmc-webui", - "version": "1.9.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pmc-webui", - "version": "1.9.0", + "version": "2.0.0", "license": "MIT", "dependencies": { "@astrojs/react": "^3.6.0", diff --git a/src/webui/package.json b/src/webui/package.json index b8baaabb9cbfe354ae8418b2f0bb1ce8c3f46871..edbc9916abadd1cd19ac9fdaa20d7ec34f2cad4d 100644 --- a/src/webui/package.json +++ b/src/webui/package.json @@ -2,7 +2,7 @@ "name": "pmc-webui", "type": "module", "license": "MIT", - "version": "1.9.0", + "version": "2.0.0", "scripts": { "astro": "astro", "dev": "astro dev",