Skip to content

Commit

Permalink
build: 更新项目版本至 0.2.0
Browse files Browse the repository at this point in the history
- 修改 Cargo.lock、Cargo.toml 和 package.json 中的版本号
- 从 0.1.0 升级到 0.2.0
  • Loading branch information
kingzcheung committed Dec 3, 2024
1 parent 49b9547 commit f1b7df3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "SnapTune",
"private": true,
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",
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 = "SnapTune"
version = "0.1.0"
version = "0.2.0"
description = "SnapTune is a image compression tool for macOS/Windows/Linux"
authors = ["[email protected]"]
edition = "2021"
Expand Down

0 comments on commit f1b7df3

Please sign in to comment.