From 3f1861e9d148d3deea4ca9d4cdd230f496398531 Mon Sep 17 00:00:00 2001 From: Ryan Taylor Date: Tue, 13 Dec 2016 14:48:46 +0000 Subject: [PATCH] Fixed version increment. Resolves #89. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a7c256..92c0235 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astrum", - "version": "1.8.2", + "version": "1.9.0", "description": "A lightweight pattern library designed to be included with any web project.", "main": "./manager/astrum.js", "scripts": {