diff --git a/package-lock.json b/package-lock.json index ceaec276..c2afda0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lunasea", - "version": "10.1.1", + "version": "10.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lunasea", - "version": "10.1.1", + "version": "10.1.2", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index d6613195..4ca95b16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lunasea", "description": "Self-Hosted Controller", - "version": "10.1.1", + "version": "10.1.2", "private": true, "scripts": { "build:android": "flutter clean && flutter build apk --bundle-sksl-path shaders/android_sksl.json --release", diff --git a/pubspec.yaml b/pubspec.yaml index d0fd2098..9680ef30 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: lunasea description: Self-Hosted Controller -version: 10.1.1+1 +version: 10.1.2+1 publish_to: 'none' environment: sdk: '>=2.17.0 <3.0.0' diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index cc884cb5..5e71d4d5 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: lunasea -version: 10.1.1 +version: 10.1.2 confinement: strict base: core18 diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index c6ea75c9..df758218 100644 --- a/windows/runner/Runner.rc +++ b/windows/runner/Runner.rc @@ -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,1 +#define VERSION_AS_NUMBER 10,1,2 #endif #ifdef FLUTTER_BUILD_NAME #define VERSION_AS_STRING #FLUTTER_BUILD_NAME #else -#define VERSION_AS_STRING "10.1.1" +#define VERSION_AS_STRING "10.1.2" #endif VS_VERSION_INFO VERSIONINFO