Skip to content

Commit 21e2643

Browse files
committed
Bump version to 0.22.0
1 parent 44a12ab commit 21e2643

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lib/utils/system/package_info.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import 'package:package_info_plus/package_info_plus.dart';
44

55
import '../logger.dart';
66

7-
const kMixinVersion = '0.21.0';
7+
const kMixinVersion = '0.22.0';
88

99
final _packageInfo = PackageInfo(
1010
appName: 'mixin',

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1717
environment:
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

windows/runner/Runner.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

7575
VS_VERSION_INFO VERSIONINFO

windows_inno_setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

0 commit comments

Comments
 (0)