From 6a25ce442a34f06c9df2b671e601a4d6855840d2 Mon Sep 17 00:00:00 2001 From: wooorm Date: Wed, 26 Nov 2014 22:56:06 +0100 Subject: [PATCH] 0.1.0 --- History.md | 2 +- Makefile | 2 +- _destination/linked-list.amd.max.js | 2 +- _destination/linked-list.globals.max.js | 2 +- _destination/linked-list.max.js | 2 +- component.json | 2 +- package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/History.md b/History.md index fcd0817..1ec247b 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,5 @@ -n.n.n / 2014-11-26 +0.1.0 / 2014-11-26 ================== * Refactor `Readme.md` diff --git a/Makefile b/Makefile index a1600bf..a95bb9c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -LICENSE_COMMENT="/*! linked-list 0.0.3 Original author Titus Wormer . Released under the MIT license. @preserve */" +LICENSE_COMMENT="/*! linked-list 0.1.0 Original author Titus Wormer . Released under the MIT license. @preserve */" clean: @rm -rf _destination diff --git a/_destination/linked-list.amd.max.js b/_destination/linked-list.amd.max.js index e267024..ff708f1 100644 --- a/_destination/linked-list.amd.max.js +++ b/_destination/linked-list.amd.max.js @@ -1,4 +1,4 @@ -/*! linked-list 0.0.3 Original author Titus Wormer . Released under the MIT license. @preserve */ +/*! linked-list 0.1.0 Original author Titus Wormer . Released under the MIT license. @preserve */ define(function() {var module={}, exports = module.exports = {}; 'use strict'; diff --git a/_destination/linked-list.globals.max.js b/_destination/linked-list.globals.max.js index 07db913..15f83af 100644 --- a/_destination/linked-list.globals.max.js +++ b/_destination/linked-list.globals.max.js @@ -1,4 +1,4 @@ -/*! linked-list 0.0.3 Original author Titus Wormer . Released under the MIT license. @preserve */ +/*! linked-list 0.1.0 Original author Titus Wormer . Released under the MIT license. @preserve */ (function(root){var module={}, exports = module.exports = {}; 'use strict'; diff --git a/_destination/linked-list.max.js b/_destination/linked-list.max.js index d5fdcb6..3e93b18 100644 --- a/_destination/linked-list.max.js +++ b/_destination/linked-list.max.js @@ -1,4 +1,4 @@ -/*! linked-list 0.0.3 Original author Titus Wormer . Released under the MIT license. @preserve */ +/*! linked-list 0.1.0 Original author Titus Wormer . Released under the MIT license. @preserve */ 'use strict'; /** diff --git a/component.json b/component.json index 402848e..6c8461a 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "linked-list", - "version": "0.0.4", + "version": "0.1.0", "description": "Minimalistic linked lists", "license": "MIT", "keywords": [ diff --git a/package.json b/package.json index 55b2895..d0c46b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linked-list", - "version": "0.0.4", + "version": "0.1.0", "description": "Minimalistic linked lists", "license": "MIT", "keywords": [