Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update changelog #466

Merged
merged 2 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.72"
resolved-ref: "7b57c8e08ff199247bb174d499876627b10f86b5"
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.72

dependency_overrides:
# dartssh2:
Expand Down