From 3f23fabae9dafef1bb3c1733f478f980e660362c Mon Sep 17 00:00:00 2001 From: Justin Overton Date: Thu, 10 Aug 2017 20:13:41 -0500 Subject: [PATCH] Updated package version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 048b3d6..9869864 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plottoriffic", - "version": "2.0.0", + "version": "2.1.0", "description": "Generate plots based on Plotto: A New Method of Plot Suggestion for Writers of Creative Fiction", "keywords": ["procedural", "generative", "fiction", "story", "plot", "ES6"], "main": "index.js",