From 66fb8ebc106d773a5db890f22e27b74306cf8f5e Mon Sep 17 00:00:00 2001 From: Brigitte Hofmeister Date: Tue, 26 Sep 2017 09:58:49 -0400 Subject: [PATCH] updated for v1.6.10 --- js/main.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/main.js b/js/main.js index 797ad93..7e7cb93 100644 --- a/js/main.js +++ b/js/main.js @@ -1830,7 +1830,7 @@ define([ var browser = this.browser; this.isScreenshot = false; this.config.version = '1.6.10'; - console.log('ScreenShotPlugin starting - v', this.config.version); + console.log('ScreenShotPlugin starting - v'+this.config.version); // PhantomJS Username this.config.apiKey = 'a-demo-key-with-low-quota-per-ip-address'; diff --git a/package.json b/package.json index 4f1a071..99d9c86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jbplugin-screenshot", - "version": "1.6.9", + "version": "1.6.10", "description": "Take easy, configurable JBrowse screenshots with PhantomJS cloud", "main": "main.js", "scripts": {