Skip to content

Commit

Permalink
0.2.1 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsmid committed Mar 27, 2021
1 parent ecd1694 commit d56485f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/util/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ export const splitFirst = (string, separator) => {

export const jsonResponse = res => res.json();

export const VERSION = "0.2.1";
export const VERSION = "0.3.0";

0 comments on commit d56485f

Please sign in to comment.