Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 457d27d

Browse files
committed
feat: changing version nb
1 parent db428c1 commit 457d27d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opgg-patcher",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "Tool to Remove Ads from OP-GG Desktop Client",
55
"scripts": {
66
"start": "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 = "opgg-patcher"
3-
version = "2.1.2"
3+
version = "2.2.0"
44
description = "Tool to Remove Ads from OP-GG Desktop Client"
55
authors = ["MidKnightXI"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "OPGG Patcher",
11-
"version": "2.1.2"
11+
"version": "2.2.0"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)