From 69f0c89932cec181c58c767479560b3fb6926142 Mon Sep 17 00:00:00 2001 From: Alexander Olsson Date: Tue, 18 Feb 2014 21:45:25 +0100 Subject: [PATCH] 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed7fa2e..81e0350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base85", - "version": "0.1.0", + "version": "0.1.1", "description": "Base85 (Ascii85) encode and decode functionality", "main": "lib/base85.js", "scripts": {