Skip to content

Commit

Permalink
chore: bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iam4x committed Jul 15, 2016
1 parent 0e92a66 commit 736a7cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pokemonLocation.gpx
npm-debug.log
pokemongo-webspoof-*
.DS_Store
pokemongo-webspoof.zip

# Xcode
#
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pokemongo-webspoof",
"version": "1.0.0",
"version": "1.0.1",
"description": "Spoof your iOS device GPS location for Pokémon Go",
"main": "main.js",
"scripts": {
Expand All @@ -9,6 +9,7 @@
"clean": "rm -rf ./dist/* ./pokemongo-webspoof-darwin-x64",
"build:code": "NODE_ENV=production webpack --config webpack.config.babel.js",
"build:electron": "electron-packager . pokemongo-webspoof --platform=darwin --arch=x64",
"archive:app": "zip -r -X pokemongo-webspoof.zip ./pokemongo-webspoof-darwin-x64/pokemongo-webspoof.app",
"open:app": "open ./pokemongo-webspoof-darwin-x64/pokemongo-webspoof.app",
"build": "npm run clean && npm run build:code && npm run build:electron"
},
Expand Down

0 comments on commit 736a7cf

Please sign in to comment.