From 149a7539651204a21ee5814d0b344dd3bf7fe930 Mon Sep 17 00:00:00 2001 From: Arne Hasselbring Date: Thu, 27 Apr 2023 20:36:29 +0200 Subject: [PATCH] Version 0.9.2 --- Cargo.toml | 2 +- game_controller_app/Cargo.toml | 2 +- game_controller_app/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e0057a7..d43b151 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ authors = ["Arne Hasselbring "] 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" diff --git a/game_controller_app/Cargo.toml b/game_controller_app/Cargo.toml index a71bc6a..86a2da0 100644 --- a/game_controller_app/Cargo.toml +++ b/game_controller_app/Cargo.toml @@ -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 = [] } diff --git a/game_controller_app/tauri.conf.json b/game_controller_app/tauri.conf.json index 6bb3311..1ba4796 100644 --- a/game_controller_app/tauri.conf.json +++ b/game_controller_app/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "GameController", - "version": "0.9.2-pre" + "version": "0.9.2" }, "tauri": { "bundle": {