mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
chore: bump version to 10.2.5
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "lunasea",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "lunasea",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.4.2",
|
||||
"@commitlint/config-conventional": "^17.4.2",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lunasea",
|
||||
"description": "Self-Hosted Controller",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build:android": "flutter clean && flutter build apk --release",
|
||||
@@ -54,4 +54,4 @@
|
||||
"husky": "^8.0.3",
|
||||
"standard-version": "^9.5.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
name: lunasea
|
||||
description: Self-Hosted Controller
|
||||
version: 10.2.4+1
|
||||
version: 10.2.5+1
|
||||
publish_to: "none"
|
||||
environment:
|
||||
sdk: ">=2.19.0 <3.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
@@ -57,7 +56,6 @@ dependencies:
|
||||
wake_on_lan: ^3.1.0+6
|
||||
window_manager: ^0.3.1
|
||||
xml: ^6.2.2
|
||||
|
||||
dev_dependencies:
|
||||
# Generators
|
||||
build_runner: ^2.3.3
|
||||
@@ -70,7 +68,6 @@ dev_dependencies:
|
||||
flutter_lints: ^2.0.1
|
||||
flutter_native_splash: ^2.2.19
|
||||
msix: ^3.7.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
assets:
|
||||
@@ -83,18 +80,15 @@ flutter:
|
||||
- family: LunaBrandIcons
|
||||
fonts:
|
||||
- asset: assets/LunaBrandIcons.ttf
|
||||
|
||||
flutter_icons:
|
||||
android: true
|
||||
ios: true
|
||||
image_path: assets/icon/icon.png
|
||||
adaptive_icon_background: "#32323E"
|
||||
adaptive_icon_foreground: assets/icon/icon_adaptive.png
|
||||
|
||||
flutter_native_splash:
|
||||
image: assets/images/branding_full.png
|
||||
color: "#32323E"
|
||||
|
||||
msix_config:
|
||||
architecture: x64
|
||||
capabilities: internetClientServer,privateNetworkClientServer
|
||||
|
||||
@@ -1,18 +1,15 @@
|
||||
name: lunasea
|
||||
version: 10.2.4
|
||||
version: 10.2.5
|
||||
confinement: strict
|
||||
base: core18
|
||||
|
||||
# Required but managed manually via Snapcraft dashboard
|
||||
summary: summary
|
||||
description: description
|
||||
|
||||
slots:
|
||||
dbus-lunasea:
|
||||
interface: dbus
|
||||
bus: session
|
||||
name: app.lunasea.lunasea
|
||||
|
||||
apps:
|
||||
lunasea:
|
||||
command: lunasea
|
||||
@@ -23,13 +20,11 @@ apps:
|
||||
- network
|
||||
slots:
|
||||
- dbus-lunasea
|
||||
|
||||
parts:
|
||||
zenity:
|
||||
plugin: nil
|
||||
stage-packages:
|
||||
- zenity
|
||||
|
||||
lunasea:
|
||||
source: .
|
||||
plugin: flutter
|
||||
|
||||
Reference in New Issue
Block a user