Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 503b139

Browse files
committed
updte versions;
1 parent ad7fc1a commit 503b139

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devutils-rs",
3-
"version": "0.28.1",
3+
"version": "0.29.0",
44
"private": true,
55
"dependencies": {
66
"@codemirror/lang-json": "0.20.0",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "echoo"
3-
version = "0.28.1"
3+
version = "0.29.0"
44
description = "Tools for developers"
55
authors = ["[email protected]"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "Echoo",
4-
"version": "0.28.1"
4+
"version": "0.29.0"
55
},
66
"build": {
77
"distDir": "../web-src/build",

web-src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "echoo-app-fe",
3-
"version": "0.28.1",
3+
"version": "0.29.0",
44
"private": false,
55
"homepage": "https://zsmatrix62.github.io/echoo-app/",
66
"resolutions": {

0 commit comments

Comments
 (0)