Skip to content

Commit 8e8eddc

Browse files
committed
release: release to 0.0.3
1 parent 929ee28 commit 8e8eddc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tauri-redis",
33
"private": true,
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"type": "module",
66
"packageManager": "[email protected]",
77
"scripts": {

src-tauri/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.0.2"
2+
version = "0.0.3"
33
description = "Tauri Redis."
44
authors = ["wangziling <[email protected]>"]
55
license = "MIT"

0 commit comments

Comments
 (0)