From 5576944550ffb9da3e963d2edda7df8457636068 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Mon, 21 May 2018 14:47:27 +0300 Subject: [PATCH] Update package json. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4c81a72..a00e95bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "javascript-algorithms-and-data-structures", - "version": "0.0.2", + "version": "0.0.3", "description": "Algorithms and data-structures implemented on JavaScript", "main": "index.js", "scripts": {