mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: update changelog (#466)
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -15,8 +15,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
fetch-depth: '0'
|
|
||||||
- name: Install Flutter
|
- name: Install Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
@@ -54,8 +52,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
fetch-depth: '0'
|
|
||||||
- name: Install Flutter
|
- name: Install Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
class BuildData {
|
class BuildData {
|
||||||
static const String name = "ServerBox";
|
static const String name = "ServerBox";
|
||||||
static const int build = 1014;
|
static const int build = 1013;
|
||||||
static const int script = 50;
|
static const int script = 50;
|
||||||
}
|
}
|
||||||
|
|||||||
12
pubspec.lock
12
pubspec.lock
@@ -385,8 +385,8 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "v1.0.67"
|
ref: "v1.0.72"
|
||||||
resolved-ref: e91886e49ccede77ba7fed14325963ac260f999e
|
resolved-ref: "7b57c8e08ff199247bb174d499876627b10f86b5"
|
||||||
url: "https://github.com/lppcg/fl_lib"
|
url: "https://github.com/lppcg/fl_lib"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.1"
|
version: "0.0.1"
|
||||||
@@ -1434,14 +1434,14 @@ packages:
|
|||||||
source: hosted
|
source: hosted
|
||||||
version: "3.0.0"
|
version: "3.0.0"
|
||||||
webdav_client:
|
webdav_client:
|
||||||
dependency: transitive
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: main
|
ref: "v1.0.66"
|
||||||
resolved-ref: "88de97ad783c624d81b0dbcc09927b10aabd5580"
|
resolved-ref: "1908cd0f4909730d9ae4d4fc4c05fb2576b3f674"
|
||||||
url: "https://github.com/lollipopkit/webdav_client"
|
url: "https://github.com/lollipopkit/webdav_client"
|
||||||
source: git
|
source: git
|
||||||
version: "1.2.1"
|
version: "1.2.2"
|
||||||
win32:
|
win32:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|||||||
@@ -55,10 +55,14 @@ dependencies:
|
|||||||
git:
|
git:
|
||||||
url: https://github.com/lollipopkit/plain_notification_token
|
url: https://github.com/lollipopkit/plain_notification_token
|
||||||
ref: v1.0.23
|
ref: v1.0.23
|
||||||
|
webdav_client:
|
||||||
|
git:
|
||||||
|
url: https://github.com/lollipopkit/webdav_client
|
||||||
|
ref: v1.0.66
|
||||||
fl_lib:
|
fl_lib:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/lppcg/fl_lib
|
url: https://github.com/lppcg/fl_lib
|
||||||
ref: v1.0.67
|
ref: v1.0.72
|
||||||
|
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
# dartssh2:
|
# dartssh2:
|
||||||
|
|||||||
Reference in New Issue
Block a user