diff --git a/README.md b/README.md index efa4bca4..6d54bfa7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![App Store](https://img.shields.io/badge/%20download-iOS-red?logo=app-store&color=%232196F3&logoColor=white&style=flat)](https://www.lunasea.app/appstore) [![Play Store](https://img.shields.io/badge/%20download-Android-red?logo=google-play&color=%234CAF50&logoColor=white&style=flat)](https://www.lunasea.app/playstore) -[![License](https://img.shields.io/github/license/JagandeepBrar/LunaSea?style=flat)](https://github.com/JagandeepBrar/LunaSea/blob/master/LICENSE) +[![License](https://img.shields.io/github/license/JagandeepBrar/LunaSea?style=flat)](https://github.com/JagandeepBrar/LunaSea/blob/master/LICENSE.md) LunaSea is a fully featured, open source self-hosted controller focused on giving you a seamless experience between all of your self-hosted media software remotely on your devices. LunaSea currently supports: diff --git a/package-lock.json b/package-lock.json index 5651ad11..4dd4b6f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lunasea", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lunasea", - "version": "10.0.1", + "version": "10.0.2", "devDependencies": { "@commitlint/cli": "^16.2.3", "@commitlint/config-conventional": "^16.2.1", diff --git a/package.json b/package.json index b8d2eb7a..c9149683 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lunasea", "description": "Self-Hosted Controller", - "version": "10.0.1", + "version": "10.0.2", "private": true, "scripts": { "build:profile": "flutter run --profile --cache-sksl --purge-persistent-cache", diff --git a/pubspec.yaml b/pubspec.yaml index 90b68b0a..cd57803c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: lunasea description: Self-Hosted Controller -version: 10.0.1+1 +version: 10.0.2+1 publish_to: 'none' environment: sdk: '>=2.15.0 <3.0.0'