From 686f7937a47b894e1a0dd47abeb3dd85b1d2ba86 Mon Sep 17 00:00:00 2001 From: aureooms Date: Wed, 22 Apr 2015 20:25:36 +0200 Subject: [PATCH] v1.0.5 --- 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 0befe7e..2d7a516 100644 --- a/bower.json +++ b/bower.json @@ -13,7 +13,7 @@ ".gitignore", "README.md" ], - "version": "1.0.4", + "version": "1.0.5", "name": "aureooms-js-itertools", "main": "js/dist/itertools.js" } \ No newline at end of file diff --git a/component.json b/component.json index 367a2b5..1f8977b 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "description": "iterator code bricks for JavaScript", - "version": "1.0.4", + "version": "1.0.5", "repo": "aureooms/js-itertools", "scripts": [ "js/dist/itertools.js" diff --git a/package.json b/package.json index ccab5cc..e3e4121 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "license": "AGPL-3.0", "homepage": "http://aureooms.github.io/js-itertools/", - "version": "1.0.4", + "version": "1.0.5", "repository": { "type": "git", "url": "https://github.com/aureooms/js-itertools.git"