From 92372b23fe917e3581689b3ddffcc1224aa259fd Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Mon, 15 Jan 2018 10:04:59 +0800 Subject: [PATCH] docs(manifest): update description --- package.json | 2 +- src/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ca25b27..31b273d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitako", - "version": "0.1.1", + "version": "0.1.2", "description": "yet another extension for GitHub", "repository": "https://github.com/EnixCoda/Gitako", "author": "EnixCoda", diff --git a/src/manifest.json b/src/manifest.json index ce88658..cf8269c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,12 +1,12 @@ { "manifest_version": 2, "name": "Gitako", - "version": "0.1.1", + "version": "0.1.2", "author": "EnixCoda", "icons": { "128": "icons/Gitako-128x128.png" }, - "description": "yet another GitHub extension.", + "description": "yet another GitHub extension, inspired by Octotree and GayHub.", "homepage_url": "https://github.com/EnixCoda/Gitako", "permissions": ["tabs", "storage", "*://github.com/*"], "content_scripts": [