Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
update version code & fix a style
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoffice committed Jan 9, 2016
1 parent 10f0289 commit 077d127
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Hozz",
"version": "0.0.5",
"version": "0.1.0",
"description": "A better way to manage your hosts.",
"main": "browser.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path');
import keymirror from 'keymirror';

export const APP_NAME = 'Hozz';
export const APP_VERSION = '0.0.5';
export const APP_VERSION = '0.1.0';
export const APP_AUTHER = 'PPOffice';
export const APP_HOMEPAGE = 'https://ppoffice.github.io/Hozz';
export const APP_RELEASES_URL = `https://api.github.com/repos/ppoffice/${ APP_NAME }/releases`;
Expand Down
1 change: 1 addition & 0 deletions src/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ button {
.clear {
top: 20px;
right: 21px;
cursor: pointer;
}
}

Expand Down

0 comments on commit 077d127

Please sign in to comment.