From e0ea65effaedc81f6a4467f29345bfabc9f882de Mon Sep 17 00:00:00 2001 From: aureooms Date: Wed, 11 Feb 2015 20:09:27 +0100 Subject: [PATCH] v6.0.4 --- bower.json | 2 +- component.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 3cc2f18..e55af62 100644 --- a/bower.json +++ b/bower.json @@ -3,7 +3,7 @@ "name": "aureooms-js-dll", "license": "AGPL-3.0", "description": "Doubly linked list code bricks for JavaScript", - "version": "6.0.3", + "version": "6.0.4", "main": "js/dist/dll.js", "ignore": [ "js/index.js", diff --git a/component.json b/component.json index 587bf93..7d32662 100644 --- a/component.json +++ b/component.json @@ -4,7 +4,7 @@ "scripts": [ "js/dist/dll.js" ], - "version": "6.0.3", + "version": "6.0.4", "description": "Doubly linked list code bricks for JavaScript", "main": "js/dist/dll.js", "license": "AGPL-3.0" diff --git a/package.json b/package.json index df0e5c7..c2f6d2a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Doubly linked list code bricks for JavaScript", "homepage": "http://aureooms.github.io/js-dll/", "main": "js/dist/dll.js", - "version": "6.0.3", + "version": "6.0.4", "repository": { "url": "https://github.com/aureooms/js-dll.git", "type": "git"