Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickJ3 committed Nov 25, 2024
1 parent 4629969 commit b079a9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "setui",
"private": true,
"version": "0.0.5",
"private": false,
"version": "0.0.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "setui"
version = "0.0.5"
version = "0.0.6"
description = "A simple ui for redis in tauri"
authors = ["Erick <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit b079a9f

Please sign in to comment.