Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Apr 13, 2014
1 parent 868142c commit 1702200
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "Base64",
"version": "0.2.0",
"version": "0.2.1",
"description": "Base64 encoding and decoding",
"author": "David Chambers <[email protected]>",
"main": "./base64.js",
"licenses": [{
"type": "WTFPL",
"url": "https://raw.github.com/davidchambers/Base64.js/master/LICENSE"
}],
"licenses": [
{
"type": "WTFPL",
"url": "https://raw.github.com/davidchambers/Base64.js/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/davidchambers/Base64.js.git"
Expand Down

0 comments on commit 1702200

Please sign in to comment.