Skip to content

Commit

Permalink
chore: set app version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestTvarynka committed Jan 4, 2025
1 parent e84bbfc commit b3b5f7d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dataans/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 dataans/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dataans-ui"
version = "0.1.0"
version = "0.2.1"
authors = ["Pavlo Myroniuk <[email protected]>"]
edition = "2021"
repository = "https://github.com/TheBestTvarynka/dataans"
Expand Down
2 changes: 1 addition & 1 deletion dataans/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common"
version = "0.1.0"
version = "0.2.1"
authors = ["Pavlo Myroniuk <[email protected]>"]
edition = "2021"
repository = "https://github.com/TheBestTvarynka/dataans"
Expand Down
2 changes: 1 addition & 1 deletion dataans/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dataans"
version = "0.1.0"
version = "0.2.1"
description = "Take notes in the form of markdown snippets grouped into spaces."
authors = ["Pavlo Myroniuk <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion dataans/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"productName": "dataans",
"mainBinaryName": "dataans",
"version": "0.1.0",
"version": "0.2.1",
"identifier": "com.tbt.dataans",
"plugins": {},
"app": {
Expand Down

0 comments on commit b3b5f7d

Please sign in to comment.