Skip to content

Commit

Permalink
chore(version): bump to 10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JagandeepBrar committed Aug 21, 2022
1 parent b02fe81 commit bbb8dbc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lunasea",
"description": "Self-Hosted Controller",
"version": "10.1.0",
"version": "10.1.1",
"private": true,
"scripts": {
"build:android": "flutter clean && flutter build apk --bundle-sksl-path shaders/android_sksl.json --release",
Expand Down Expand Up @@ -51,4 +51,4 @@
"husky": "^8.0.1",
"standard-version": "^9.5.0"
}
}
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: lunasea
description: Self-Hosted Controller
version: 10.1.0+1
version: 10.1.1+1
publish_to: 'none'
environment:
sdk: '>=2.17.0 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lunasea
version: 10.1.0
version: 10.1.1
confinement: strict
base: core18

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 10,1,0
#define VERSION_AS_NUMBER 10,1,1
#endif

#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "10.1.0"
#define VERSION_AS_STRING "10.1.1"
#endif

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit bbb8dbc

Please sign in to comment.