fix: update changelog (#466)

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-07-18 20:53:22 +08:00
committed by GitHub
parent c988dd88d7
commit 5ee98f90e8
4 changed files with 12 additions and 12 deletions

View File

@@ -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

View File

@@ -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;
} }

View File

@@ -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:

View File

@@ -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: