Skip to content

Commit

Permalink
Add extra package deps 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 bfed2e6 commit 921d312
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
sudo apt-get update -y
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 libayatana-appindicator3-dev
- name: Build Linux
run: |
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.1 | 08-01-2025 (Prerelease)
## 0.6.2 | 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.1
version: 0.6.2

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

0 comments on commit 921d312

Please sign in to comment.