diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd11f1..c0c7097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [1.0.1](https://github.com/kazelone/vscode-dark-green-plus/releases/tag/v1.0.1) (2019-11-10) + +* Updated description on vscode marketplace. + ## [1.0.0](https://github.com/kazelone/vscode-dark-green-plus/releases/tag/v1.0.0) (2019-11-10) * Initial stable release. \ No newline at end of file diff --git a/README.md b/README.md index d1500ff..fb48f74 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ [![Installs](https://vsmarketplacebadge.apphb.com/installs-short/kazelone.vscode-dark-green-plus.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=kazelone.vscode-dark-green-plus) [![Ratings](https://vsmarketplacebadge.apphb.com/rating-short/kazelone.vscode-dark-green-plus.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=kazelone.vscode-dark-green-plus) -A dark green, easy on the eyes theme. +A dark green theme that's easy on the eyes.
+For people who like green! ## Screenshot Empty editor diff --git a/package.json b/package.json index 9ea8830..2fb12fe 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "vscode-dark-green-plus", "displayName": "Dark Green+", - "description": "A dark green theme easy on the eyes, using vs-dark code color scheme.", - "version": "1.0.0", + "description": "A dark green theme that's easy on the eyes.", + "version": "1.0.1", "publisher": "kazelone", "engines": { "vscode": "^1.40.0"