From b8cefc23106018144ed69788ee4c626af7cb6bbb Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Wed, 6 Dec 2017 13:49:56 +0100 Subject: [PATCH] update version --- src/constants/general.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/general.js b/src/constants/general.js index 4d06717..bcd707a 100644 --- a/src/constants/general.js +++ b/src/constants/general.js @@ -1,6 +1,6 @@ import * as contextTools from './contextTools.js'; -export const VERSION = '0.16.6'; +export const VERSION = '0.17.0'; export const SHAPE_CACHE_LIMIT = 50; export const PIXEL_RATIO = 1.0;