Skip to content

Commit

Permalink
0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
caizixian committed Aug 30, 2022
1 parent 8b3e814 commit 24f2ada
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions notegraf-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions notegraf-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion notegraf-web/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion notegraf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 24f2ada

Please sign in to comment.