Skip to content

Commit 9844937

Browse files
committed
chore: bump version to 0.2.1
1 parent 622575c commit 9844937

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ltk-manager-ui",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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 = "ltk-manager"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "LeagueToolkit Mod Manager - Desktop app for managing League of Legends mods"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "LTK Manager",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"identifier": "dev.leaguetoolkit.manager",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)