Skip to content

Commit f6f3adb

Browse files
committed
Version controll 0.2.3
1 parent dcfff18 commit f6f3adb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

ets2-tool/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.

ets2-tool/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 = "ets2-tool"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "Save-Edit Tool for ETS2"
55
authors = ["xLieferant"]
66
edition = "2024"

ets2-tool/src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.tauri.app/config/2",
33

44
"productName": "Save-Edit Tool xLieferant",
5-
"version": "0.2.2",
5+
"version": "0.2.3",
66
"identifier": "com.xlieferant.saveedittool",
77

88
"build": {
@@ -53,7 +53,7 @@
5353

5454
"bundle": {
5555
"active": true,
56-
"targets": ["msi", "nsis"],
56+
"targets": ["nsis"],
5757
"createUpdaterArtifacts": true,
5858
"icon": [
5959
"icons/32x32.png",

ets2-tool/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<button id="youtubeBtn" class="nav-action youtube">🔴 YouTube</button>
3030
<button id="patreonBtn" class="nav-action patreon">⚠️ Patreon</button>
3131
<button id="githubBtn" class="nav-action github">⚠️ GitHub</button>
32-
<button id="versionBtn" class="version-btn">0.2.2</button>
32+
<button id="versionBtn" class="version-btn">0.2.3</button>
3333
</div>
3434
</nav>
3535
</header>

0 commit comments

Comments
 (0)