diff --git a/ostp-flutter/pubspec.yaml b/ostp-flutter/pubspec.yaml index 230ebf6..745ebc0 100644 --- a/ostp-flutter/pubspec.yaml +++ b/ostp-flutter/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.3.6+19 +version: 0.3.7+20 environment: sdk: ^3.11.4 diff --git a/ostp-gui/src-tauri/tauri.conf.json b/ostp-gui/src-tauri/tauri.conf.json index c2f5a9a..5b1f214 100644 --- a/ostp-gui/src-tauri/tauri.conf.json +++ b/ostp-gui/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "ostp-gui", - "version": "0.3.6", + "version": "0.3.7", "identifier": "com.ospab.ostp", "build": { "frontendDist": "../src" diff --git a/ostp-server/src/api.rs b/ostp-server/src/api.rs index 1d40ed7..b677834 100644 --- a/ostp-server/src/api.rs +++ b/ostp-server/src/api.rs @@ -856,7 +856,6 @@ mod tests { dns_server: crate::dns::DnsServer::new(Default::default()), audit_logs: Arc::new(RwLock::new(Vec::new())), router: Arc::new(crate::router::Router::new(None, crate::dns::DnsServer::new(Default::default()), false)), - is_licensed: true, } }