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
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoffice committed Jan 2, 2016
1 parent 9ef0c6b commit 9532cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 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.2",
"version": "0.0.3",
"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.2';
export const APP_VERSION = '0.0.3';
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

0 comments on commit 9532cd8

Please sign in to comment.