Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjadev64 committed Sep 23, 2024
1 parent 9e70d36 commit 4a8f125
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,16 @@ jobs:
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libudev-dev
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libudev-dev
- name: install Tauri v2 CLI
run: npm install -g @tauri-apps/cli@~2.0.0-rc

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tauriScript: tauri
tagName: v__VERSION__
releaseName: "OpenDeck v__VERSION__"
releaseBody: "See the assets to download this version. See the README for installation instructions."
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opendeck",
"version": "2.0.0",
"version": "2.1.0",
"description": "OpenDeck is a cross-platform desktop application that provides functionality for stream controller devices.",
"author": "ninjadev64",
"license": "GPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opendeck"
version = "2.0.0"
version = "2.1.0"
description = "A cross-platform desktop application for ProntoKey and Stream Deck."
authors = [ "ninjadev64" ]
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"productName": "OpenDeck",
"mainBinaryName": "opendeck",
"version": "2.0.0",
"version": "2.1.0",
"identifier": "opendeck",
"plugins": {},
"app": {
Expand Down

0 comments on commit 4a8f125

Please sign in to comment.