Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
tcastelly committed Aug 27, 2024
1 parent 4c912c3 commit 474c071
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-vue",
"version": "0.0.18",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
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 = "app"
version = "0.1.11"
version = "0.2.0"
description = "A Tauri App"
authors = ["[email protected]"]
license = ""
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": "tcy-demo",
"version": "0.2.13",
"version": "0.3.0",
"identifier": "tc.je",
"build": {
"frontendDist": "../dist",
Expand Down
2 changes: 1 addition & 1 deletion src-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "src-wasm"
version = "0.1.4"
version = "0.1.5"
authors = ["Thomas <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 474c071

Please sign in to comment.