diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff11e9e4..bb00c64df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 3.2.5 (2018-03-11) +- Fixed broken color of docker icon + ## 3.2.4 (2018-03-10) ### New icons - .cfignore (Cloud Foundry) ([issue #210](https://github.com/PKief/vscode-material-icon-theme/issues/210)) diff --git a/icons/docker.svg b/icons/docker.svg index 2d06a1132..93fe401b3 100644 --- a/icons/docker.svg +++ b/icons/docker.svg @@ -1,4 +1,4 @@ -Group 3Created with Sketch. diff --git a/images/fileIcons.png b/images/fileIcons.png index 771c0fb76..34b0fbc61 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/package-lock.json b/package-lock.json index 391563366..5b5532fb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "material-icon-theme", - "version": "3.2.4", + "version": "3.2.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 463fb385e..7bb873bd0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "material-icon-theme", "displayName": "Material Icon Theme", "description": "Material Design Icons for Visual Studio Code", - "version": "3.2.4", + "version": "3.2.5", "publisher": "PKief", "engines": { "vscode": "^1.5.0"