Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Commit

Permalink
Release 0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 23, 2015
1 parent 910e2df commit ff537ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "console-polyfill",
"version": "0.2.0",
"version": "0.2.1",
"description": "Browser console polyfill. Makes it safe to do console.log()-s etc always.",
"main": "index.js",
"dependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "console-polyfill",
"repo": "paulmillr/console-polyfill",
"description": "Browser console polyfill. Makes it safe to do console.log()-s etc always.",
"version": "0.2.0",
"version": "0.2.1",
"keywords": ["console", "polyfill"],
"dependencies": {},
"development": {},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "console-polyfill",
"version": "0.2.0",
"version": "0.2.1",
"description": "Browser console polyfill. Makes it safe to do console.log()-s etc always.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ff537ea

Please sign in to comment.