Skip to content

Commit 898c964

Browse files
authored
Merge pull request #20 from meel-hd/meel-hd-patch-1
Bump version to 1.0.2
2 parents fa450f2 + 5849a1b commit 898c964

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

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": "LofiEngine",
33
"private": true,
4-
"version": "1.0.1",
4+
"version": "1.0.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "LofiEngine"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Lofi Engine"
5-
authors = ["you"]
5+
authors = ["Mehdi El Oualy"]
66
license = ""
77
repository = ""
8-
edition = "2021"
8+
edition = "2025"
99

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

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"productName": "Lofi Engine",
2020
"mainBinaryName": "Lofi Engine",
21-
"version": "1.0.1",
21+
"version": "1.0.2",
2222
"identifier": "com.lofi-engine.dev",
2323
"plugins": {},
2424
"app": {

src/lib/components/InfoBox/Info.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<img id="app-logo" src="LofiEngine.png" alt="" />
4949
<div>
5050
<h1>Lofi Engine</h1>
51-
<p id="version">Version 1.0.1</p>
51+
<p id="version">Version 1.0.2</p>
5252
<p id="tagline">
5353
Create your own atmosphere, Lofi Engine sets the mood.
5454
</p>

0 commit comments

Comments
 (0)