diff --git a/dist/cjs/subterfuge.js b/dist/cjs/subterfuge.js index bd9ad9d..f18832d 100644 --- a/dist/cjs/subterfuge.js +++ b/dist/cjs/subterfuge.js @@ -1,4 +1,4 @@ -/* Subterfuge v0.5.0 +/* Subterfuge v0.5.1 * https://github.com/phixid/subterfuge * (c) 2017-2017 Kristof Hermans <@phixid> * Subterfuge may be freely distributed under the MIT license. diff --git a/dist/es/subterfuge.js b/dist/es/subterfuge.js index 7e2ac98..a2b95c7 100644 --- a/dist/es/subterfuge.js +++ b/dist/es/subterfuge.js @@ -1,4 +1,4 @@ -/* Subterfuge v0.5.0 +/* Subterfuge v0.5.1 * https://github.com/phixid/subterfuge * (c) 2017-2017 Kristof Hermans <@phixid> * Subterfuge may be freely distributed under the MIT license. diff --git a/package.json b/package.json index e1d2890..5b19508 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subterfuge", - "version": "0.5.0", + "version": "0.5.1", "description": "Simple functional Javascript", "keywords": [ "functional", "javascript" ], "author": "Kristof Hermans <@phixid>",