Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
version bump to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Gerlach committed Mar 17, 2016
1 parent e5feff4 commit 4c07c9f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "boilerplate",
"productName": "Boilerplate",
"description": "An Electron boilerplate project",
"version": "0.9.0",
"version": "0.9.5",
"author": "Andreas Gerlach <andi@appelgriebsch.org>",
"main": "index.js",
"scripts": {
Expand All @@ -17,6 +17,12 @@
"boilerplate",
"angularjs"
],
"config": {
"id": "com.appelgriebsch.electron-boilerplate",
"ico": "assets/boilerplate.ico",
"icns": "assets/boilerplate.icns",
"png": "assets/boilerplate.png"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/appelgriebsch/electron-boilerplate/issues"
Expand Down

0 comments on commit 4c07c9f

Please sign in to comment.