From 828fa5a39970205fa8478a219f6d49ce8bed8bd8 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 7 Jan 2014 23:30:30 -0800 Subject: [PATCH] 0.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b10d7c2..773196d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "T. Jameson Little ", "name": "base64-js", "description": "Base64 encoding/decoding in pure JS", - "version": "0.0.5", + "version": "0.0.6", "repository": { "type": "git", "url": "git://github.com/beatgammit/base64-js.git"