diff --git a/Cargo.lock b/Cargo.lock index 89a25f1b..5b7dc05c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1240,7 +1240,7 @@ dependencies = [ [[package]] name = "notegraf" -version = "0.1.0-rc.2" +version = "0.1.0" dependencies = [ "chrono", "futures", @@ -1258,7 +1258,7 @@ dependencies = [ [[package]] name = "notegraf-web" -version = "0.1.0-rc.2" +version = "0.1.0" dependencies = [ "actix-files", "actix-web", diff --git a/notegraf-web/Cargo.toml b/notegraf-web/Cargo.toml index 55fbdb32..3b1f8e3b 100644 --- a/notegraf-web/Cargo.toml +++ b/notegraf-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notegraf-web" -version = "0.1.0-rc.2" +version = "0.1.0" authors = ["Zixian Cai"] edition = "2021" license = "AGPL-3.0-only" @@ -33,7 +33,7 @@ lazy_static = "1.4" opentelemetry = { version = "0.17", features = ["rt-tokio-current-thread"] } opentelemetry-otlp = "0.10" tokio = { version = "1.20", features = ["macros", "sync", "rt"] } -notegraf = {version = "0.1.0-rc.2", path = "../notegraf"} +notegraf = {version = "0.1.0", path = "../notegraf"} sqlx = { version = "0.6", features = ["postgres"] } serde = "1.0" serde_json = "1.0" diff --git a/notegraf-web/package-lock.json b/notegraf-web/package-lock.json index 093fd9cd..affa8c0c 100644 --- a/notegraf-web/package-lock.json +++ b/notegraf-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "notegraf-web", - "version": "0.1.0-rc.2", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "notegraf-web", - "version": "0.1.0-rc.2", + "version": "0.1.0", "license": "AGPL-3.0-only", "dependencies": { "dompurify": "^2.4.0", diff --git a/notegraf-web/package.json b/notegraf-web/package.json index 6b000663..2be6a996 100644 --- a/notegraf-web/package.json +++ b/notegraf-web/package.json @@ -1,6 +1,6 @@ { "name": "notegraf-web", - "version": "0.1.0-rc.2", + "version": "0.1.0", "description": "The reference web frontend of Notegraf", "license": "AGPL-3.0-only", "private": true, diff --git a/notegraf/Cargo.toml b/notegraf/Cargo.toml index 6d872f71..4b509233 100644 --- a/notegraf/Cargo.toml +++ b/notegraf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notegraf" -version = "0.1.0-rc.2" +version = "0.1.0" authors = ["Zixian Cai"] edition = "2021" license = "AGPL-3.0-only"