From 73b9708c1854865913e1c49d78683d26bd324547 Mon Sep 17 00:00:00 2001 From: tillarnold Date: Thu, 24 Sep 2015 22:31:25 +0200 Subject: [PATCH] Version 1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d497386..ddb2c52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fixed-2d-array", - "version": "1.1.0", + "version": "1.2.0", "description": "A fixed size 2D array in javascript", "main": "index.js", "scripts": {