From 39631771da7e5d3eb8f43d6ebcd52905c02b46ed Mon Sep 17 00:00:00 2001 From: Ryan Cole Date: Sun, 23 Aug 2020 19:36:08 -0500 Subject: [PATCH] bump package version just incase the dev deps screw with anybody --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 6df9bf6..31640e1 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "chunk", - "version": "0.0.2", + "version": "0.0.3", "homepage": "https://github.com/ryancole/chunk", "authors": ["Ryan Cole "], "description": "Chunk converts arrays like `[1,2,3,4,5]` into arrays of arrays like `[[1,2], [3,4], [5]]`.", diff --git a/package.json b/package.json index e1321ef..18a6fdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chunk", - "version": "0.0.2", + "version": "0.0.3", "description": "Chunk converts arrays like `[1,2,3,4,5]` into arrays of arrays like `[[1,2], [3,4], [5]]`.", "main": "src/chunk.js", "repository": {