Skip to content

Commit 2d26032

Browse files
committed
chore: bump version to 2.4.0
1 parent 438288e commit 2d26032

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-keystore"
3-
version = "2.3.1"
3+
version = "2.4.0"
44
authors = ["0x330a"]
55
description = "Interact with the device-native key storage (Android Keystore, iOS Keychain) & perform ecdh operations for generating symmetric keys"
66
edition = "2021"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metasig/tauri-plugin-keystore-api",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"author": "0x330a",
55
"description": "Interact with the device-native key storage (Android Keystore, iOS Keychain) & perform ecdh operations for generating symmetric keys",
66
"type": "module",
@@ -36,4 +36,4 @@
3636
"type": "git",
3737
"url": "git+https://github.com/Metasig/tauri-plugin-keystore.git"
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)