mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Release v0.2.4
This commit is contained in:
Generated
+1
-1
@@ -1721,7 +1721,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
||||
|
||||
[[package]]
|
||||
name = "oott"
|
||||
version = "0.2.3"
|
||||
version = "0.2.4"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"chrono",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "oott"
|
||||
version = "0.2.3"
|
||||
version = "0.2.4"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -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 15, 2026';
|
||||
const _releaseDate = 'June 22, 2026';
|
||||
const _websiteUrl = 'https://oott-security.net';
|
||||
|
||||
class About extends StatelessWidget {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: frontend
|
||||
description: "OOTT - Easy to setup and use network device discovery and alert system"
|
||||
publish_to: "none"
|
||||
version: 0.2.3
|
||||
version: 0.2.4
|
||||
|
||||
environment:
|
||||
sdk: ^3.10.8
|
||||
|
||||
Reference in New Issue
Block a user