From c52fd8a9519c13a785f32e8cf92e0ebf3a63a8b5 Mon Sep 17 00:00:00 2001 From: Arne Hasselbring Date: Tue, 13 Jun 2023 19:42:10 +0200 Subject: [PATCH] 1.0.0-rc.1 --- 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 088e56a..6cacd1f 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.3-pre" +version = "1.0.0-rc.1" [profile.release-dist] inherits = "release" diff --git a/game_controller_app/Cargo.toml b/game_controller_app/Cargo.toml index e2bf03a..7f75111 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.3-pre" # tauri does not support importing this from the workspace yet (already fixed in git, but not released yet) +version = "1.0.0-rc.1" # 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 db243c9..2516143 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.3-pre" + "version": "1.0.0-rc.1" }, "tauri": { "bundle": {