Skip to content

Commit

Permalink
perf: ⚡ 发布v2.2.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
nongyehong committed Oct 8, 2024
1 parent 124dc17 commit 2a47187
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hula-im-tauri",
"type": "module",
"version": "2.1.0",
"version": "2.2.0",
"license": "Apache-2.0",
"engines": {
"node": ">=18.12.0",
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 = "hula"
version = "2.1.0"
version = "2.2.0"
description = "hula"
authors = ["nongyehong"]
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": "HuLa",
"version": "2.1.0",
"version": "2.2.0",
"identifier": "com.tauri.build",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.macos.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "HuLa",
"version": "2.1.0",
"version": "2.2.0",
"identifier": "com.tauri.build",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.windows.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "HuLa",
"version": "2.1.0",
"version": "2.2.0",
"identifier": "com.tauri.build",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down

0 comments on commit 2a47187

Please sign in to comment.