Skip to content

Commit 4e3a669

Browse files
committed
chore: bump version to 1.2.0
1 parent 7156fab commit 4e3a669

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Generate LoFi music on the go. You create your own atmosphere; LoFi Engine sets the mood.
77

88
<p align="center">
9-
<a href="https://github.com/meel-hd/lofi-engine/releases/tag/app-v1.0.3">
9+
<a href="https://github.com/meel-hd/lofi-engine/releases/tag/app-v1.2.0">
1010
<img src="https://img.shields.io/badge/Download-LoFi_Engine-blue?style=for-the-badge&logo=github" alt="Download">
1111
</a>
1212
</p>

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.3",
4+
"version": "1.2.0",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "LofiEngine"
3-
version = "1.0.3"
3+
version = "1.2.0"
44
description = "Lofi Engine"
55
authors = ["Mehdi El Oualy"]
66
license = ""

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.3",
21+
"version": "1.2.0",
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
@@ -47,7 +47,7 @@
4747
<img id="app-logo" src="LofiEngine.png" alt="" />
4848
<div>
4949
<h1>{$t.info.title}</h1>
50-
<p id="version">Version 1.0.3</p>
50+
<p id="version">Version 1.2.0</p>
5151
<p id="tagline">
5252
{$t.info.tagline}
5353
</p>

0 commit comments

Comments
 (0)