Skip to content

Commit 1b10110

Browse files
committed
2.2.0+7
1 parent b6bbb71 commit 1b10110

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: pubspec.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 2.1.0+6
19+
version: 2.2.0+7
2020

2121
environment:
2222
sdk: '>=2.19.4 <3.0.0'
@@ -110,7 +110,7 @@ msix_config:
110110
display_name: Sherpa
111111
publisher_display_name: Bip-Rep
112112
identity_name: com.biprep.sherpa
113-
msix_version: 2.1.0.0
113+
msix_version: 2.2.0.0
114114
logo_path: assets/sherpa.png
115115
flutter_icons:
116116
android: "launcher_icon"
@@ -127,4 +127,6 @@ flutter_icons:
127127
icon_size: 48 # min:48, max:256, default: 48
128128
macos:
129129
generate: true
130-
image_path: "assets/sherpa.png"
130+
image_path: "assets/sherpa.png"
131+
132+
# flutter pub run msix:create

0 commit comments

Comments
 (0)