From b50cad1ffa8f2afaa6357f29bfde96904d4a0cf0 Mon Sep 17 00:00:00 2001 From: Arne Hasselbring Date: Mon, 24 Jun 2024 02:00:21 +0200 Subject: [PATCH] Version 3.0.0-rc.1 --- Cargo.toml | 2 +- game_controller_app/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8d0efbd..049e2ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ authors = ["Arne Hasselbring "] edition = "2021" license = "MIT" repository = "https://github.com/RoboCup-SPL/GameController3" -version = "2.0.0" +version = "3.0.0-rc.1" [profile.release-dist] inherits = "release" diff --git a/game_controller_app/tauri.conf.json b/game_controller_app/tauri.conf.json index 69d4669..05f5544 100644 --- a/game_controller_app/tauri.conf.json +++ b/game_controller_app/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "GameController", - "version": "2.0.0" + "version": "3.0.0-rc.1" }, "tauri": { "bundle": {