diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa2820d9e..8f9c08bf27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### HEAD +### 18.0.1 (November 20, 2015) * [[`60ff139e9b`](https://github.com/alrra/browser-logos/commit/60ff139e9bf906b556c135df516255324e938815)] - Further losslessly optimize all images. diff --git a/README.md b/README.md index 4586a74880..7e366fd3f8 100644 --- a/README.md +++ b/README.md @@ -340,7 +340,7 @@ moment to review the [guidelines](CONTRIBUTING.md). There are a few options for getting the browser logos: -* Download the [zip archive](https://github.com/alrra/browser-logos/archive/18.0.0.zip) +* Download the [zip archive](https://github.com/alrra/browser-logos/archive/18.0.1.zip) * Install them via: * [npm](https://npmjs.org/): `npm install --save-dev alrra/browser-logos` * [Bower](http://bower.io/): `bower install --save-dev browser-logos` diff --git a/package.json b/package.json index 1fee47a203..619be5129e 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,5 @@ "url": "git@github.com:alrra/browser-logos.git" }, "scripts": {}, - "version": "18.0.0" + "version": "18.0.1" }