Skip to content

Commit

Permalink
fix: update changelog
Browse files Browse the repository at this point in the history
Fixes #464
  • Loading branch information
lollipopkit committed Jul 18, 2024
1 parent c988dd8 commit 7e8199d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
Expand Down Expand Up @@ -54,8 +52,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Install Flutter
uses: subosito/flutter-action@v2
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion lib/data/res/build_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

class BuildData {
static const String name = "ServerBox";
static const int build = 1014;
static const int build = 1013;
static const int script = 50;
}
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "v1.0.67"
resolved-ref: e91886e49ccede77ba7fed14325963ac260f999e
ref: "v1.0.71"
resolved-ref: "0289f2050150fc78f2862edc4727c344aedf9ce4"
url: "https://github.com/lppcg/fl_lib"
source: git
version: "0.0.1"
Expand Down Expand Up @@ -1434,14 +1434,14 @@ packages:
source: hosted
version: "3.0.0"
webdav_client:
dependency: transitive
dependency: "direct main"
description:
path: "."
ref: main
resolved-ref: "88de97ad783c624d81b0dbcc09927b10aabd5580"
ref: "v1.0.66"
resolved-ref: "1908cd0f4909730d9ae4d4fc4c05fb2576b3f674"
url: "https://github.com/lollipopkit/webdav_client"
source: git
version: "1.2.1"
version: "1.2.2"
win32:
dependency: transitive
description:
Expand Down
6 changes: 5 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,14 @@ dependencies:
git:
url: https://github.com/lollipopkit/plain_notification_token
ref: v1.0.23
webdav_client:
git:
url: https://github.com/lollipopkit/webdav_client
ref: v1.0.66
fl_lib:
git:
url: https://github.com/lppcg/fl_lib
ref: v1.0.67
ref: v1.0.71

dependency_overrides:
# dartssh2:
Expand Down

0 comments on commit 7e8199d

Please sign in to comment.