Skip to content

Commit

Permalink
prepare release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
k2d222 committed Oct 20, 2024
1 parent 74a14db commit 8392a1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twwe-client",
"version": "1.0.0",
"version": "0.1.1",
"description": "Teeworlds Web Editor Client",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -53,4 +53,4 @@
"vite": "^4.4.9",
"vite-imagetools": "^5.0.8"
}
}
}
2 changes: 1 addition & 1 deletion desktop/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Twwe",
"version": "0.1.0"
"version": "0.1.1"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "twwe-server"
description = "Teeworlds Web Editor Server"
authors = ["Mathis Brossier <mathis.brossier@gmail.com>"]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "AGPL-3.0-only"
repository = "https://github.com/k2d222/twwe"
Expand Down

0 comments on commit 8392a1f

Please sign in to comment.