Skip to content

Commit

Permalink
🔖 feat(version): Bump version to 0.1.7 (#216)
Browse files Browse the repository at this point in the history
Bumps the version number in the `tauri.conf.json` and `Cargo.toml` files from 0.1.6 to 0.1.7. This change is necessary to reflect the latest version of the Cortex Desktop Application for Premium Users.
  • Loading branch information
cuervolu authored Nov 20, 2024
1 parent 9f2fbff commit 554d480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cortex"
version = "0.1.6"
version = "0.1.7"
description = "Cortex Desktop Application for Premium Users"
authors = ["Bytech SpA"]
license = "AGPL-3"
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "Cortex",
"version": "0.1.6",
"version": "0.1.7",
"identifier": "com.cortex.app",
"build": {
"frontendDist": "../dist",
Expand Down

0 comments on commit 554d480

Please sign in to comment.