diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 30763c0..044e16f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oott" -version = "0.0.1" +version = "0.1.0" edition = "2024" [dependencies] diff --git a/frontend/lib/about/about.dart b/frontend/lib/about/about.dart index e651c41..64adc92 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 = 'May 28, 2026'; +const _releaseDate = 'June 6, 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 863ab08..95b1973 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.0.1 +version: 0.1.0 environment: sdk: ^3.10.8