Skip to content

Commit

Permalink
chore(release): 🔖 v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Nov 25, 2023
1 parent c78f494 commit dd1769c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ All notable changes to this project will be documented in this file.

- :goal_net: Checking for errors in frontend code.

## [1.0.2] - 2023-11-25

### Miscellaneous Tasks

- :green_heart: Make the CI scripts more specific.
Expand Down
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.0.1",
"version": "1.1.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.

3 changes: 1 addition & 2 deletions 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.0.1"
version = "1.1.0"

[package]
name = "digital-signature"
Expand All @@ -30,7 +30,6 @@ tokio = { version = "1.34.0", features = ["fs"] }

[dependencies.digital-signature-crypto]
path = "crypto"
version = "1.0.1"

[dependencies.tauri]
features = [
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.0.1"
version = "1.1.0"

[tauri]

Expand Down

0 comments on commit dd1769c

Please sign in to comment.