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