File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Section: x11
22Priority: optional
3- Version: 0.36.6
3+ Version: 0.37.0
44Homepage: https://mixin.one/messenger
55Package: mixin-desktop
66Maintainer: Mixin Team
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import 'package:package_info_plus/package_info_plus.dart';
55
66import '../logger.dart' ;
77
8- const kMixinVersion = '0.36.6 ' ;
8+ const kMixinVersion = '0.37.0 ' ;
99
1010final _packageInfo = PackageInfo (
1111 appName: 'mixin' ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ publish_to: none
1212# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1313# Read more about iOS versioning at
1414# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
15- version : 0.36 .0+22
15+ version : 0.37 .0+23
1616
1717environment :
1818 sdk : ' >=2.17.1 <3.0.0'
@@ -205,7 +205,7 @@ msix_config:
205205 publisher_display_name : Mixin Ltd
206206 identity_name : 14801MixinLtd.MixinDesktop
207207 publisher : CN=272248D5-9A62-44D7-A299-5E1F8B46A9B0
208- msix_version : 0.36.6 .0
208+ msix_version : 0.37.0 .0
209209 logo_path : ./assets/icons/windows_app_icon.png
210210 vs_generated_images_folder_path : ./dist/icons
211211 icons_background_color : transparent
Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " Mixin"
5- #define MyAppVersion " 0.36.6 "
5+ #define MyAppVersion " 0.37.0 "
66#define MyAppPublisher " Mixin, Inc."
77#define MyAppURL " https://mixin.one/"
88#define MyAppExeName " mixin_desktop.exe"
You can’t perform that action at this time.
0 commit comments