From 62f033719859a0b18aacec0eae66fc6f804cbdaf Mon Sep 17 00:00:00 2001 From: Keegan Lillo Date: Fri, 8 Jul 2016 15:28:29 -0700 Subject: [PATCH] release/v1.0.2 (#129) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61ce1a1..8551fab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pebble-clay", - "version": "1.0.1", + "version": "1.0.2", "description": "Pebble Config Framework", "scripts": { "test-travis": "./node_modules/.bin/gulp && ./node_modules/.bin/karma start ./test/karma.conf.js --single-run --browsers chromeTravisCI && ./node_modules/.bin/eslint ./",