From a5135ff355ab4b969a07a83a01dcf83131302bde Mon Sep 17 00:00:00 2001 From: "james.cryer" Date: Thu, 8 Oct 2015 14:51:26 +0100 Subject: [PATCH] bump patch --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/package.json b/package.json index 2f9297c..2a81341 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resemblejs", - "version": "1.3.0", + "version": "1.3.1", "description": "Image analysis and comparison with HTML5", "main": "resemble.js", "repository": {