From 8a463a9e1268e776471b6b33291d6f1950c7c53f Mon Sep 17 00:00:00 2001 From: Jose Fernandez Date: Mon, 27 May 2024 08:22:32 -0600 Subject: [PATCH] Release 1.2.0 Signed-off-by: Jose Fernandez --- backend/Cargo.lock | 2 +- backend/Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index b18e677..d9dcc96 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -175,7 +175,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "controller-tools" -version = "1.1.2" +version = "1.2.0" dependencies = [ "anyhow", "axum", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 570bb15..689d07f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "controller-tools" -version = "1.1.2" +version = "1.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/package.json b/package.json index edfbaf5..dfc216b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ControllerTools", - "version": "1.1.2", + "version": "1.2.0", "description": "The missing game controller menu. Displays the current battery % and charging status", "type": "module", "scripts": {