From 19e0da65686fc1d726f1b5210930a47fe9fbd3a3 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 27 Mar 2018 22:53:48 -0600 Subject: [PATCH] v1.2.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f4bc447..e38902b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "btoa for Node.JS (it's a one-liner)", "repository": { "type": "git", - "url": "git://git.coolaj86.com/coolaj86/btoa.js.git", + "url": "git://git.coolaj86.com/coolaj86/btoa.js.git" }, "keywords": [ "btoa", @@ -19,5 +19,5 @@ }, "main": "index", "license": "(MIT OR Apache-2.0)", - "version": "1.2.0" + "version": "1.2.1" }