Skip to content

Commit cdbcb39

Browse files
committed
Fix versioning
1 parent d2313da commit cdbcb39

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

WavyBackgroundsClient/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "WavyBackgroundsClient",
3-
"version": "0.0.0",
4-
"description": "",
2+
"name": "WavyBackgrounds",
3+
"version": "0.1.1",
4+
"description": "An app to imitate the dynamic backgrounds from macOS Sonoma",
55
"scripts": {
66
"start": "vite",
77
"dev": "vite",

WavyBackgroundsClient/src-tauri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WavyBackgroundsClient/src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "WavyBackgrounds"
3-
version = "0.1.0"
4-
description = "A Tauri App"
3+
version = "0.1.1"
4+
description = "An app to imitate the dynamic backgrounds from macOS Sonoma"
55
authors = ["Philipp Remy"]
66
license = "MIT"
77
repository = "https://github.com/philippremy/WavyBackgrounds.git"

WavyBackgroundsClient/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "WavyBackgrounds",
11-
"version": "0.0.1"
11+
"version": "0.1.1"
1212
},
1313
"tauri": {
1414
"systemTray": {

libResourceManager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libResourceManager"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

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

0 commit comments

Comments
 (0)