diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d4792d..9dfbaf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## Version 1.0.2 + +- Update logotype & icon + ## Version 1.0.1 - Add badges in README diff --git a/icon.png b/icon.png index 64d32e1..68d0dcc 100644 Binary files a/icon.png and b/icon.png differ diff --git a/images/logotype.png b/images/logotype.png index e402652..ac93e7e 100644 Binary files a/images/logotype.png and b/images/logotype.png differ diff --git a/package.json b/package.json index e09c4d6..50b68d5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "monokard", "displayName": "Monokard Theme", "description": "Inspired by the famous Monokai color scheme with a flat dark UI", - "version": "1.0.1", + "version": "1.0.2", "repository": "https://github.com/gfrcsd/vscode-monokard.git", "license": "MIT", "author": "gfrcsd",