From f8c3d7370a27d4d6157640767c22ed1809ed2019 Mon Sep 17 00:00:00 2001 From: Henric Trotzig Date: Fri, 13 Sep 2019 11:39:38 +0200 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f22f69..c84ddf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lcs-image-diff", - "version": "1.0.1", + "version": "1.1.0", "description": "A javascript library to diff two images. Uses the Longest-Common-Subsequence algorithm to allow content to shift. ", "main": "src/index.js", "files": [