Skip to content

Commit

Permalink
Update version in package.json and Cargo.toml (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikoinaba authored May 15, 2024
1 parent f289607 commit ff739ad
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ opt-level = 3
[profile.release]
lto = true
panic = "abort"
version = "1.0.0"
version = "1.1.0"
## Enabling these seems necessary to get
## good debug info in Instruments:
# debug = true
Expand Down
104 changes: 52 additions & 52 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotstats/frontend",
"version": "1.0.0",
"version": "1.1.0",
"author": "Parity Technologies Ltd. <[email protected]>",
"license": "GPL-3.0",
"description": "Polkadot Telemetry frontend",
Expand Down

0 comments on commit ff739ad

Please sign in to comment.