From 2f05e608a98c19492e0cc7ccdbaa55c9e3d8f772 Mon Sep 17 00:00:00 2001 From: Curtis Hall Date: Tue, 24 Jan 2023 15:23:30 -0600 Subject: [PATCH 1/3] Reflect 3.0.0-beta2 --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5072b9a3..42a9e9a0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Bluecherry client written in Flutter. publish_to: "none" -version: 0.1.0+0 +version: 3.0.0-beta2 environment: sdk: ">=2.18.5 <3.0.0" @@ -104,4 +104,4 @@ msix_config: identity_name: bluecherry.dvr.unity # msix_version: 1.0.0.0 logo_path: assets\images\icon.png - capabilities: internetClient \ No newline at end of file + capabilities: internetClient From 7e73b934b65fef9744cecd5611ae6ef58c79b93f Mon Sep 17 00:00:00 2001 From: Curtis Hall Date: Tue, 24 Jan 2023 15:24:41 -0600 Subject: [PATCH 2/3] Update constants.dart to reflect 3.0.0-beta2 --- lib/utils/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/constants.dart b/lib/utils/constants.dart index 3e65012a..28d8074a 100644 --- a/lib/utils/constants.dart +++ b/lib/utils/constants.dart @@ -21,7 +21,7 @@ import 'package:uuid/uuid.dart'; /// Interpreted as the current application version. /// Update the [String]'s value before an update. -const kAppVersion = '3.0.0-alpha1'; +const kAppVersion = '3.0.0-beta2'; /// Default port used in Bluecherry DVR server. const kDefaultPort = 7001; From 919117ea9b53f4aaa485be4dcba1a1c94008ac79 Mon Sep 17 00:00:00 2001 From: Curtis Hall Date: Tue, 24 Jan 2023 15:25:11 -0600 Subject: [PATCH 3/3] Update ISS installer to reflect 3.0.0-beta2 --- installer/installer-test.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/installer-test.iss b/installer/installer-test.iss index 0224ef2f..0d88f198 100644 --- a/installer/installer-test.iss +++ b/installer/installer-test.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Bluecherry DVR" -#define MyAppVersion "3.0.0-beta1" +#define MyAppVersion "3.0.0-beta2" #define MyAppPublisher "Bluecherry DVR" #define MyAppURL "https://www.bluecherrydvr.com/" #define MyAppExeName "bluecherry_client.exe"