Skip to content

Commit 3a6587d

Browse files
🔖 2.1.2
1 parent 1e50a33 commit 3a6587d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "class-schedule",
33
"private": true,
4-
"version": "2.1.0",
4+
"version": "2.1.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "class-schedule"
3-
version = "2.1.0"
3+
version = "2.1.2"
44
description = "A Tauri App"
5-
authors = ["you"]
5+
authors = ["刘lyxAndy"]
66
edition = "2021"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ export interface Config {
77
}
88
}
99

10-
export const VERSION = '2.1.1'
11-
export const VERSION_CODE = 3
10+
export const VERSION = '2.1.2'
11+
export const VERSION_CODE = 4

0 commit comments

Comments
 (0)