diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f89063..0d7ddf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index ffd42a8..d355858 100644 --- a/package.json +++ b/package.json @@ -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", @@ -53,7 +53,7 @@ "vue-tsc": "^1.8.22" }, "browserslist": [ - "last 3 Chrome versions", + "chrome >= 105", "safari >= 13" ] } diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 7a2712c..aec9cba 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -797,7 +797,7 @@ dependencies = [ [[package]] name = "digital-signature" -version = "1.1.0" +version = "1.2.0" dependencies = [ "anyhow", "digital-signature-crypto", @@ -811,7 +811,7 @@ dependencies = [ [[package]] name = "digital-signature-crypto" -version = "1.1.0" +version = "1.2.0" dependencies = [ "async-trait", "chrono", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 66b6faf..7e78dcf 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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" diff --git a/src-tauri/Tauri.toml b/src-tauri/Tauri.toml index 854b173..887d12b 100644 --- a/src-tauri/Tauri.toml +++ b/src-tauri/Tauri.toml @@ -7,7 +7,7 @@ withGlobalTauri = false [package] productName = "digital-signature" -version = "1.1.0" +version = "1.2.0" [tauri]