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

Commit

Permalink
updte versions;
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmatrix62 committed Sep 12, 2022
1 parent ad7fc1a commit 503b139
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,6 +1,6 @@
{
"name": "devutils-rs",
"version": "0.28.1",
"version": "0.29.0",
"private": true,
"dependencies": {
"@codemirror/lang-json": "0.20.0",
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 = "echoo"
version = "0.28.1"
version = "0.29.0"
description = "Tools for developers"
authors = ["zs.matrix62@gmail.com"]
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,7 +1,7 @@
{
"package": {
"productName": "Echoo",
"version": "0.28.1"
"version": "0.29.0"
},
"build": {
"distDir": "../web-src/build",
Expand Down
2 changes: 1 addition & 1 deletion web-src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echoo-app-fe",
"version": "0.28.1",
"version": "0.29.0",
"private": false,
"homepage": "https://zsmatrix62.github.io/echoo-app/",
"resolutions": {
Expand Down

0 comments on commit 503b139

Please sign in to comment.