Skip to content

Commit

Permalink
Merge pull request #45 from bluecherrydvr/3.0.0-beta2
Browse files Browse the repository at this point in the history
Update version to 3.0.0 beta2
  • Loading branch information
curtishall authored Jan 24, 2023
2 parents 5eff05e + 919117e commit 77608a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion installer/installer-test.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
capabilities: internetClient

0 comments on commit 77608a3

Please sign in to comment.