Skip to content

Commit 4cf1e2c

Browse files
committed
version bump
1 parent 0ee10d0 commit 4cf1e2c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "creamlinux",
33
"private": true,
4-
"version": "1.3.5",
4+
"version": "1.4.0",
55
"type": "module",
66
"author": "Tickbase",
77
"repository": "https://github.com/Novattz/creamlinux-installer",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "creamlinux-installer"
3-
version = "1.3.5"
3+
version = "1.4.0"
44
description = "DLC Manager for Steam games on Linux"
55
authors = ["tickbase"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"productName": "Creamlinux",
2121
"mainBinaryName": "creamlinux",
22-
"version": "1.3.5",
22+
"version": "1.4.0",
2323
"identifier": "com.creamlinux.dev",
2424
"app": {
2525
"withGlobalTauri": false,

0 commit comments

Comments
 (0)