Skip to content

Commit

Permalink
Version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasselbring committed Apr 27, 2023
1 parent b17c0b4 commit 149a753
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ authors = ["Arne Hasselbring <[email protected]>"]
edition = "2021"
license = "MIT"
repository = "https://github.com/RoboCup-SPL/GameController"
version = "0.9.2-pre"
version = "0.9.2"

[profile.release-dist]
inherits = "release"
Expand Down
2 changes: 1 addition & 1 deletion game_controller_app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021" # tauri does not support importing this from the workspace yet
license = "MIT" # tauri does not support importing this from the workspace yet (already fixed in git, but not released yet)
name = "game_controller_app"
repository = "https://github.com/RoboCup-SPL/GameController" # tauri does not support importing this from the workspace yet (already fixed in git, but not released yet)
version = "0.9.2-pre" # tauri does not support importing this from the workspace yet (already fixed in git, but not released yet)
version = "0.9.2" # tauri does not support importing this from the workspace yet (already fixed in git, but not released yet)

[build-dependencies]
tauri-build = { version = "1.2.1", features = [] }
Expand Down
2 changes: 1 addition & 1 deletion game_controller_app/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "GameController",
"version": "0.9.2-pre"
"version": "0.9.2"
},
"tauri": {
"bundle": {
Expand Down

0 comments on commit 149a753

Please sign in to comment.