Skip to content

Commit

Permalink
Add curl dep and bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhzdhd committed Jan 8, 2025
1 parent 921d312 commit 1a16f8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
sudo apt-get install -y curl git unzip xz-utils zip libglu1-mesa
sudo apt-get install clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev
sudo apt-get install libwebkit2gtk-4.1-dev
sudo apt-get install curl libcurl4-openssl-dev
sudo apt-get install libayatana-appindicator3-dev
- name: Build Linux
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
For currently known issues, check the [GitHub issues tab](https://github.com/dhzdhd/SyncVault/issues?q=is%3Aopen+is%3Aissue+label%3Abug)

## 0.6.2 | 08-01-2025 (Prerelease)
## 0.6.3 | 08-01-2025 (Prerelease)

### Additions

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

publish_to: 'none'

version: 0.6.2
version: 0.6.3

environment:
sdk: '>=3.6.0 <4.0.0'
Expand Down

0 comments on commit 1a16f8b

Please sign in to comment.