Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 26, 2014
1 parent 592c3e7 commit 6a25ce4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

n.n.n / 2014-11-26
0.1.0 / 2014-11-26
==================

* Refactor `Readme.md`
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LICENSE_COMMENT="/*! linked-list 0.0.3 Original author Titus Wormer <tituswormer@gmail.com>. Released under the MIT license. @preserve */"
LICENSE_COMMENT="/*! linked-list 0.1.0 Original author Titus Wormer <tituswormer@gmail.com>. Released under the MIT license. @preserve */"

clean:
@rm -rf _destination
Expand Down
2 changes: 1 addition & 1 deletion _destination/linked-list.amd.max.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! linked-list 0.0.3 Original author Titus Wormer <tituswormer@gmail.com>. Released under the MIT license. @preserve */
/*! linked-list 0.1.0 Original author Titus Wormer <tituswormer@gmail.com>. Released under the MIT license. @preserve */
define(function() {var module={}, exports = module.exports = {};
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion _destination/linked-list.globals.max.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! linked-list 0.0.3 Original author Titus Wormer <tituswormer@gmail.com>. Released under the MIT license. @preserve */
/*! linked-list 0.1.0 Original author Titus Wormer <tituswormer@gmail.com>. Released under the MIT license. @preserve */
(function(root){var module={}, exports = module.exports = {};
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion _destination/linked-list.max.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! linked-list 0.0.3 Original author Titus Wormer <tituswormer@gmail.com>. Released under the MIT license. @preserve */
/*! linked-list 0.1.0 Original author Titus Wormer <tituswormer@gmail.com>. Released under the MIT license. @preserve */
'use strict';

/**
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linked-list",
"version": "0.0.4",
"version": "0.1.0",
"description": "Minimalistic linked lists",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linked-list",
"version": "0.0.4",
"version": "0.1.0",
"description": "Minimalistic linked lists",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 6a25ce4

Please sign in to comment.