From 4c5283fc1b1d294860dd6cdea7beaf0bd6b0ac2f Mon Sep 17 00:00:00 2001 From: Justin Toh Date: Tue, 10 Dec 2019 00:00:38 -0800 Subject: [PATCH] chore: Bump version to 1.0.0 --- README.md | 4 ++-- package.json | 2 +- public/manifest.development.json | 2 +- public/manifest.production.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 91f0e2d..96ea7d2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## About [![CircleCI](https://circleci.com/gh/tohjustin/chronos/tree/master.svg?style=shield)](https://circleci.com/gh/tohjustin/chronos/tree/master) -[![Release](https://badge-service.appspot.com/static?subject=release&status=v0.1.0)](https://github.com/tohjustin/chronos/releases) +[![Release](https://badge-service.appspot.com/static?subject=release&status=v1.0.0)](https://github.com/tohjustin/chronos/releases) [![License](https://badge-service.appspot.com/static?subject=license&status=MIT)](https://opensource.org/licenses/MIT) Chronos is a browser extension for visualizing web browsing activity. @@ -154,6 +154,6 @@ Build the extension & output bundle into `/build` yarn build ``` -# License +## License Chronos is [MIT licensed](./LICENSE). diff --git a/package.json b/package.json index 954d9ef..d7e4772 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chronos", "description": "Browser extension for visualizing web browsing activity", - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "homepage": "https://github.com/tohjustin/chronos", "repository": { diff --git a/public/manifest.development.json b/public/manifest.development.json index 77801ac..473d23d 100644 --- a/public/manifest.development.json +++ b/public/manifest.development.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "chronos", "description": "Browser extension for visualizing web browsing activity", - "version": "0.1.0", + "version": "1.0.0", "background": { "page": "index.html" }, diff --git a/public/manifest.production.json b/public/manifest.production.json index a3b793c..9c06897 100644 --- a/public/manifest.production.json +++ b/public/manifest.production.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "chronos", "description": "Browser extension for visualizing web browsing activity", - "version": "0.1.0", + "version": "1.0.0", "background": { "page": "index.html" },