Skip to content

Commit 3cc01e9

Browse files
committed
chore: 更新版本号
1 parent 473c6de commit 3cc01e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ members = [
1818

1919
[package]
2020
name = "snow-shot"
21-
version = "0.7.9-beta"
21+
version = "0.8.0-beta"
2222
description = "Simple and elegant screenshot tool"
2323
authors = ["mg-chao <chao@mgchao.top>"]
2424
repository = "https://github.com/xiaofeiTM233/snow-shot"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "Snow Shot",
44
"mainBinaryName": "snowshot",
5-
"version": "0.7.9-beta",
5+
"version": "0.8.0-beta",
66
"identifier": "com.chao.snowshot",
77
"build": {
88
"removeUnusedCommands": true,

0 commit comments

Comments
 (0)