From ec185269871a8bc5713b657096810a4c7e5841da Mon Sep 17 00:00:00 2001 From: Alexander Olsson Date: Thu, 20 Feb 2014 20:48:38 +0100 Subject: [PATCH] 0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81e0350..99ee9f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base85", - "version": "0.1.1", + "version": "0.1.2", "description": "Base85 (Ascii85) encode and decode functionality", "main": "lib/base85.js", "scripts": {