Skip to content

Commit 0e4630d

Browse files
committed
v0.1.2
1 parent f8498b5 commit 0e4630d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "tauri-app",
2+
"name": "cover-fun",
33
"private": true,
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"type": "module",
66
"scripts": {
77
"tauri": "tauri"

src-tauri/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
2-
name = "tauri-app"
3-
version = "0.1.1"
4-
description = "A Tauri App"
5-
authors = ["you"]
6-
edition = "2021"
2+
name = "cover-fun"
3+
version = "0.1.2"
4+
description = "An app makes you no more nervous when online interview"
5+
authors = ["jwenjian"]
6+
edition = "2025"
77

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

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "CoverFun",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"identifier": "com.github.jwenjian.coverfun",
66
"build": {
77
"frontendDist": "../src"
@@ -11,7 +11,7 @@
1111
"macOSPrivateApi": true,
1212
"windows": [
1313
{
14-
"title": "Cover Fun, do not get nervurs when online interview.",
14+
"title": "Cover Fun, no more nervous when online interview.",
1515
"width": 1920,
1616
"height": 1080,
1717
"resizable": false,

0 commit comments

Comments
 (0)