Release v0.1.2

This commit is contained in:
rzuasti
2026-06-07 09:17:09 -04:00
parent b1302a1eec
commit f547cf1279
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1643,7 +1643,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
[[package]] [[package]]
name = "oott" name = "oott"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"axum", "axum",
"chrono", "chrono",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "oott" name = "oott"
version = "0.1.1" version = "0.1.2"
edition = "2024" edition = "2024"
[dependencies] [dependencies]
+1 -1
View File
@@ -6,7 +6,7 @@ import '../theme/dimens.dart';
// The version is read at runtime from the bundled package metadata // The version is read at runtime from the bundled package metadata
// (frontend/pubspec.yaml), so it never needs to be hand-edited here. // (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 _repoUrl = 'https://github.com/rzuasti/oott';
const _licenseUrl = 'https://www.gnu.org/licenses/agpl-3.0.html'; const _licenseUrl = 'https://www.gnu.org/licenses/agpl-3.0.html';
const _licenseName = 'GNU Affero General Public License v3 (AGPL-3.0)'; const _licenseName = 'GNU Affero General Public License v3 (AGPL-3.0)';
+1 -1
View File
@@ -1,7 +1,7 @@
name: frontend name: frontend
description: "OOTT - Easy to setup and use network device discovery and alert system" description: "OOTT - Easy to setup and use network device discovery and alert system"
publish_to: "none" publish_to: "none"
version: 0.1.1 version: 0.1.2
environment: environment:
sdk: ^3.10.8 sdk: ^3.10.8