From 077d127f477711d0c6d8d0b0b0c1fd83746fd61e Mon Sep 17 00:00:00 2001 From: ppoffice Date: Sat, 9 Jan 2016 12:33:27 +0800 Subject: [PATCH] update version code & fix a style --- package.json | 2 +- src/js/constants.js | 2 +- src/sass/main.scss | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 79ab4ba..26ec8fb 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/js/constants.js b/src/js/constants.js index bde173f..13a5313 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.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`; diff --git a/src/sass/main.scss b/src/sass/main.scss index 87f6807..afb42fa 100644 --- a/src/sass/main.scss +++ b/src/sass/main.scss @@ -108,6 +108,7 @@ button { .clear { top: 20px; right: 21px; + cursor: pointer; } }