Skip to content

Commit

Permalink
2.2.0+7
Browse files Browse the repository at this point in the history
  • Loading branch information
Natakout committed Apr 14, 2023
1 parent b6bbb71 commit 1b10110
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 2.1.0+6
version: 2.2.0+7

environment:
sdk: '>=2.19.4 <3.0.0'
Expand Down Expand Up @@ -110,7 +110,7 @@ msix_config:
display_name: Sherpa
publisher_display_name: Bip-Rep
identity_name: com.biprep.sherpa
msix_version: 2.1.0.0
msix_version: 2.2.0.0
logo_path: assets/sherpa.png
flutter_icons:
android: "launcher_icon"
Expand All @@ -127,4 +127,6 @@ flutter_icons:
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/sherpa.png"
image_path: "assets/sherpa.png"

# flutter pub run msix:create

0 comments on commit 1b10110

Please sign in to comment.