diff --git a/package-lock.json b/package-lock.json index 6deeb6c1..db5d5875 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lunasea", - "version": "10.2.3", + "version": "10.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lunasea", - "version": "10.2.3", + "version": "10.2.4", "devDependencies": { "@commitlint/cli": "^17.4.2", "@commitlint/config-conventional": "^17.4.2", diff --git a/package.json b/package.json index e6c7f286..4b5d7c53 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lunasea", "description": "Self-Hosted Controller", - "version": "10.2.3", + "version": "10.2.4", "private": true, "scripts": { "build:android": "flutter clean && flutter build apk --release", diff --git a/pubspec.yaml b/pubspec.yaml index f895efe4..7e47bd8c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: lunasea description: Self-Hosted Controller -version: 10.2.3+1 +version: 10.2.4+1 publish_to: "none" environment: sdk: ">=2.19.0 <3.0.0" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c714eab1..2cccba5d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: lunasea -version: 10.2.3 +version: 10.2.4 confinement: strict base: core18 @@ -17,18 +17,18 @@ apps: lunasea: command: lunasea extensions: - - flutter-stable + - flutter-stable plugs: - - home - - network + - home + - network slots: - - dbus-lunasea + - dbus-lunasea parts: zenity: plugin: nil stage-packages: - - zenity + - zenity lunasea: source: .