From 938eac3df2b4f2d35c8285edffbc54075563499b Mon Sep 17 00:00:00 2001 From: Klaus Sinani Date: Wed, 27 Jun 2018 02:07:34 +0300 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03a4191..84266a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "singlie", - "version": "0.0.0", + "version": "1.0.0", "description": "⚡ Singly circular & linear linked lists for ES6", "license": "MIT", "repository": "klauscfhq/singlie",