From 608927b4da71dc9963a797ffcd6437005844ebb3 Mon Sep 17 00:00:00 2001 From: Kevin Schaich Date: Wed, 15 May 2019 11:10:24 -0400 Subject: [PATCH] Bump Version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d43dadff..5db7170f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "mintable.js", "author": "Kevin Schaich", "license": "MIT", - "version": "1.2.2", + "version": "1.2.3", "scripts": { "circleci:dry-run": "circleci local execute -e MINTABLE_CONFIG=$MINTABLE_CONFIG", "export": "node ./src/scripts/export.js",