Skip to content

Commit

Permalink
chore(release): 🔖 v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Dec 7, 2023
1 parent 0887238 commit ea8b67a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "digital-signature",
"private": true,
"version": "1.2.0",
"version": "1.3.0",
"type": "module",
"scripts": {
"build": "run-p check build-only",
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -6,7 +6,7 @@ authors = ["Jisu-Woniu"]
edition = "2021"
license = "MIT"
repository = "https://github.com/Jisu-Woniu/digital-signature/"
version = "1.2.0"
version = "1.3.0"

[package]
name = "digital-signature"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Tauri.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ withGlobalTauri = false

[package]
productName = "digital-signature"
version = "1.2.0"
version = "1.3.0"

[tauri]

Expand Down

0 comments on commit ea8b67a

Please sign in to comment.