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" 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; 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