From d56485f631600b31168f091958f94b7bab667586 Mon Sep 17 00:00:00 2001 From: Justin Smid Date: Sat, 27 Mar 2021 13:30:50 +0100 Subject: [PATCH] 0.2.1 -> 0.3.0 --- package-lock.json | 2 +- package.json | 2 +- src/util/util.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16598d9..8ca22df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "desktop", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0c34723..5911586 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "desktop", "description": "Desktop app for league client helper", - "version": "0.2.1", + "version": "0.3.0", "author": "Justin Smid", "private": true, "main": "public/electron.js", diff --git a/src/util/util.js b/src/util/util.js index 7667abb..2e7adef 100644 --- a/src/util/util.js +++ b/src/util/util.js @@ -23,4 +23,4 @@ export const splitFirst = (string, separator) => { export const jsonResponse = res => res.json(); -export const VERSION = "0.2.1"; \ No newline at end of file +export const VERSION = "0.3.0"; \ No newline at end of file