Skip to content

Commit

Permalink
chore(release): 🔖 v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Nov 25, 2023
1 parent 35fedc4 commit 29baf40
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ All notable changes to this project will be documented in this file.
- :construction_worker: Add cache to CI.
- :construction_worker: Rename workflows.

### Refactor

- :lipstick: Refresh UI.

## [1.1.0] - 2023-11-25

### Features
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "digital-signature",
"private": true,
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"scripts": {
"build": "run-p check build-only",
Expand Down Expand Up @@ -53,7 +53,7 @@
"vue-tsc": "^1.8.22"
},
"browserslist": [
"last 3 Chrome versions",
"chrome >= 105",
"safari >= 13"
]
}
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.1.0"
version = "1.2.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.1.0"
version = "1.2.0"

[tauri]

Expand Down

0 comments on commit 29baf40

Please sign in to comment.