Skip to content

Commit

Permalink
v2.0.134
Browse files Browse the repository at this point in the history
  • Loading branch information
erikhellq committed Aug 12, 2022
1 parent 8096458 commit 9cc4c5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: airdash
description: Share files anywhere
publish_to: 'none'

version: 2.0.133+133
version: 2.0.134+134

environment:
sdk: ">=2.17.1 <3.0.0"
Expand Down Expand Up @@ -78,7 +78,7 @@ msix_config:
publisher_display_name: Flownio
publisher: CN=74819260-D638-4972-AE3E-CA996FB6EF34
identity_name: 24192Flownio.AirDash
msix_version: 2.0.133.0
msix_version: 2.0.134.0
logo_path: logo.png
capabilities: internetClient
store: true
Expand Down
4 changes: 2 additions & 2 deletions windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
#ifdef FLUTTER_BUILD_NUMBER
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
#else
#define VERSION_AS_NUMBER 2,0,133
#define VERSION_AS_NUMBER 2,0,134
#endif

#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "2.0.133"
#define VERSION_AS_STRING "2.0.134"
#endif

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit 9cc4c5f

Please sign in to comment.