Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Dec 5, 2014
1 parent b4f0119 commit 30dd757
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### HEAD
### 4.0.1 (December 5, 2014)

* Exclude `bower.json` and `package.json` from the archives
[[4680a30](https://github.com/alrra/browser-logos/commit/4680a30b8e93ccd7cb91f29f5d3c9aed1644bdd2)].
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,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/4.0.0.zip)
* Download the [zip archive](https://github.com/alrra/browser-logos/archive/4.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`
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"type": "git",
"url": "https://github.com/alrra/browser-logos.git"
},
"version": "4.0.0"
"version": "4.0.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"type": "git",
"url": "[email protected]:alrra/browser-logos.git"
},
"version": "4.0.0"
"version": "4.0.1"
}

0 comments on commit 30dd757

Please sign in to comment.