File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import 'package:package_info_plus/package_info_plus.dart';
44
55import '../logger.dart' ;
66
7- const kMixinVersion = '0.21 .0' ;
7+ const kMixinVersion = '0.22 .0' ;
88
99final _packageInfo = PackageInfo (
1010 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.21 .0+0
15+ version : 0.22 .0+0
1616
1717environment :
1818 sdk : ' >=2.14.0 <3.0.0'
@@ -192,7 +192,7 @@ msix_config:
192192 publisher_display_name : Mixin Ltd
193193 identity_name : 14801MixinLtd.MixinDesktop
194194 publisher : CN=272248D5-9A62-44D7-A299-5E1F8B46A9B0
195- msix_version : 0.21 .0.0
195+ msix_version : 0.22 .0.0
196196 logo_path : ./assets/icons/windows_app_icon.png
197197 vs_generated_images_folder_path : ./dist/icons
198198 icons_background_color : transparent
Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
6363#ifdef FLUTTER_BUILD_NUMBER
6464#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
6565#else
66- #define VERSION_AS_NUMBER 0,21 ,0
66+ #define VERSION_AS_NUMBER 0,22 ,0
6767#endif
6868
6969#ifdef FLUTTER_BUILD_NAME
7070#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
7171#else
72- #define VERSION_AS_STRING "0.21 .0"
72+ #define VERSION_AS_STRING "0.22 .0"
7373#endif
7474
7575VS_VERSION_INFO VERSIONINFO
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.21 .0"
5+ #define MyAppVersion " 0.22 .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