From a0bb649b31b0afecacda5975240f5d2c0444ba97 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Sat, 2 Jan 2016 13:11:17 +0800 Subject: [PATCH] update version code --- package.json | 2 +- src/js/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e2dca9c..c545b14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Hozz", - "version": "0.0.1", + "version": "0.0.2", "description": "A better way to manage your hosts.", "main": "browser.js", "scripts": { diff --git a/src/js/constants.js b/src/js/constants.js index f982330..fdf9948 100644 --- a/src/js/constants.js +++ b/src/js/constants.js @@ -3,7 +3,7 @@ const path = require('path'); import keymirror from 'keymirror'; export const APP_NAME = 'Hozz'; -export const APP_VERSION = '0.0.1'; +export const APP_VERSION = '0.0.2'; 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`;