From c5e0b0c38902aef1479f79bd3e717cacaaf881da Mon Sep 17 00:00:00 2001 From: Arne Hasselbring Date: Mon, 19 Feb 2024 18:24:35 +0100 Subject: [PATCH] Version 1.0.0 I retroactively declare this version as being complete for 2023. --- 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 632ee47..426b46c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ authors = ["Arne Hasselbring "] edition = "2021" license = "MIT" repository = "https://github.com/RoboCup-SPL/GameController3" -version = "1.0.0-rc.2" +version = "1.0.0" [profile.release-dist] inherits = "release" diff --git a/game_controller_app/tauri.conf.json b/game_controller_app/tauri.conf.json index 4deb216..cb99648 100644 --- a/game_controller_app/tauri.conf.json +++ b/game_controller_app/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "GameController", - "version": "1.0.0-rc.2" + "version": "1.0.0" }, "tauri": { "bundle": {