Skip to content

Commit

Permalink
🎉 chore: bump version to 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: SimonShiki <[email protected]>
  • Loading branch information
SimonShiki committed Sep 3, 2024
1 parent ff0701e commit 9e4631a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cicadas",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"prepare": "husky",
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 = "cicadas"
version = "0.1.0"
version = "0.1.1"
description = "Cicadas"
authors = ["Simon Shiki"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "cicadas",
"version": "0.1.0",
"version": "0.1.1",
"identifier": "com.simonshiki.cicadas",
"build": {
"beforeDevCommand": "yarn dev",
Expand Down

0 comments on commit 9e4631a

Please sign in to comment.