Skip to content

Commit

Permalink
Version number changed to 1.0.0 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnauBlanch committed Jan 5, 2018
1 parent b6073b7 commit 1a29bba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/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 app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nmbrs",
"productName": "nmbrs",
"version": "1.0.0-beta",
"version": "1.0.0",
"description": "Lotto board for showing current results, using React + Redux + Electron",
"main": "./main.prod.js",
"author": {
Expand Down
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nmbrs",
"productName": "nmbrs",
"version": "1.0.0-beta",
"version": "1.0.0",
"description": "Lotto board for showing current results, using React + Redux + Electron",
"scripts": {
"test": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 node --trace-warnings ./test/runTests.js",
Expand Down Expand Up @@ -77,10 +77,10 @@
},
"author": {
"name": "Arnau Blanch Cortès",
"email": "me@arnau.xyz",
"email": "hola@arnau.xyz",
"url": "https://github.com/ArnauBlanch"
},
"license": "MIT",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ArnauBlanch/nmbrs/issues"
},
Expand Down

0 comments on commit 1a29bba

Please sign in to comment.