From 9f3ee8b5b5fd82bdbf09294ba4e58f6dcfa54c57 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Thu, 21 Feb 2019 11:44:43 +0800 Subject: [PATCH] v0.4.0 --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dfe8990..9455049 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitako", - "version": "0.3.28", + "version": "0.4.0", "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 05ba225..1be8acb 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Gitako - enhanced Github code tree", - "version": "0.3.28", + "version": "0.4.0", "author": "EnixCoda", "icons": { "128": "icons/Gitako-128x128.png"