From a0b07d6b317ce873ff0567dc555d8d56eedf5caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Fri, 8 Apr 2016 23:34:01 +0300 Subject: [PATCH] v25.3.0 --- CHANGELOG.md | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9adb702da6..8658be4f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### HEAD +### 25.3.0 (April 8, 2016) * [[`ddf712d237`](https://github.com/alrra/browser-logos/commit/ddf712d23713dec46189f05abafc40a23f575be3)] - Add `Project Tofino` logo. diff --git a/README.md b/README.md index 5f14c2c017..7393b00e02 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ take a moment to review the [guidelines](.github/CONTRIBUTING.md). There are a few options for getting the browser logos: -* Download the [`zip` archive](https://github.com/alrra/browser-logos/archive/25.2.0.zip). +* Download the [`zip` archive](https://github.com/alrra/browser-logos/archive/25.3.0.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 e1cc952285..dcccdbd027 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,5 @@ "url": "git@github.com:alrra/browser-logos.git" }, "scripts": {}, - "version": "25.2.0" + "version": "25.3.0" }