Skip to content

Commit

Permalink
bump up version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Aug 12, 2015
1 parent c956bc2 commit 8c55044
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Shiba",
"version": "0.3.12",
"version": "0.4.0",
"authors": [
"rhysd <lin90162@yahoo.co.jp>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shiba",
"productName": "Shiba",
"version": "0.3.12",
"version": "0.4.0",
"description": "Live markdown previewer with linter",
"main": "./build/src/browser/mainu.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/browser/mainu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config = loadConfig();

// Show versions {{{
const versions: any = process.versions;
console.log('Shiba version 0.3.12');
console.log('Shiba version 0.4.0');
console.log(' Electron version ' + versions.electron);
console.log(' Chrome version ' + versions.chrome);
console.log(' io.js version ' + versions.node);
Expand Down

0 comments on commit 8c55044

Please sign in to comment.