diff --git a/README.md b/README.md index 36cb151..88dc933 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,6 @@ MacOS ✔ ## Getting Started -> Windows users please make sure you have [Visual C++ Redistributable Packages for Visual Studio 2015 x86](https://www.microsoft.com/en-us/download/details.aspx?id=48145) installed! - 1. Make sure the color theme you selected is the 'Dark+ (default)' ![step-1](./step-1.png) diff --git a/changelog.md b/changelog.md index f0d5a96..54f248e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +# 1.0.3 + +* No longer dependent on the Visual C++ 2015 +* docs: update README + # 1.0.2 * feat: Windows7 support diff --git a/package.json b/package.json index 70be2f1..ba0e901 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-vibrancy", "displayName": "Vibrancy", "description": "Vibrancy Effect for Visual Studio Code", - "version": "1.0.2", + "version": "1.0.3", "publisher": "eyhn", "author": { "email": "cneyhn@gmail.com", diff --git a/src/blur-cli.exe b/src/blur-cli.exe index 83765a8..7eb0196 100644 Binary files a/src/blur-cli.exe and b/src/blur-cli.exe differ diff --git a/step-3.png b/step-3.png index 77f7db5..3799224 100644 Binary files a/step-3.png and b/step-3.png differ