Skip to content

Commit

Permalink
バージョン番号を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yuya-oc committed Nov 3, 2015
1 parent e6762b9 commit 759362f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.{build}
version: 0.4.0.{build}
build_script:
- cmd: >-
npm install -g gulp
Expand All @@ -18,4 +18,4 @@ build_script:
move electron-mattermost-win32-x64 electron-mattermost-win64\electron-mattermost-win64
artifacts:
- path: release\electron-mattermost-win32
- path: release\electron-mattermost-win64
- path: release\electron-mattermost-win64
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-mattermost",
"version": "0.3.0",
"version": "0.4.0",
"description": "Desktop app for Mattermost that run on Electron",
"main": "main.js",
"author": "Yuya Ochiai",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-mattermost",
"version": "0.3.0",
"version": "0.4.0",
"description": "Desktop app for Mattermost that run on Electron",
"main": "main.js",
"author": "Yuya Ochiai",
Expand Down

0 comments on commit 759362f

Please sign in to comment.