From f547cf1279da45886788f0a2fd4483dd2c7b6944 Mon Sep 17 00:00:00 2001 From: rzuasti Date: Sun, 7 Jun 2026 09:17:09 -0400 Subject: [PATCH] Release v0.1.2 --- backend/Cargo.lock | 2 +- backend/Cargo.toml | 2 +- frontend/lib/about/about.dart | 2 +- frontend/pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index f0fc604..a51485b 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1643,7 +1643,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "oott" -version = "0.1.1" +version = "0.1.2" dependencies = [ "axum", "chrono", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1430ea5..381eb88 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oott" -version = "0.1.1" +version = "0.1.2" edition = "2024" [dependencies] diff --git a/frontend/lib/about/about.dart b/frontend/lib/about/about.dart index 64adc92..3e88f5a 100644 --- a/frontend/lib/about/about.dart +++ b/frontend/lib/about/about.dart @@ -6,7 +6,7 @@ import '../theme/dimens.dart'; // The version is read at runtime from the bundled package metadata // (frontend/pubspec.yaml), so it never needs to be hand-edited here. -const _releaseDate = 'June 6, 2026'; +const _releaseDate = 'June 7, 2026'; const _repoUrl = 'https://github.com/rzuasti/oott'; const _licenseUrl = 'https://www.gnu.org/licenses/agpl-3.0.html'; const _licenseName = 'GNU Affero General Public License v3 (AGPL-3.0)'; diff --git a/frontend/pubspec.yaml b/frontend/pubspec.yaml index d553ba7..f7099bd 100644 --- a/frontend/pubspec.yaml +++ b/frontend/pubspec.yaml @@ -1,7 +1,7 @@ name: frontend description: "OOTT - Easy to setup and use network device discovery and alert system" publish_to: "none" -version: 0.1.1 +version: 0.1.2 environment: sdk: ^3.10.8