Skip to content

Commit

Permalink
updated for v1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bhofmei committed Sep 26, 2017
1 parent 3d0f672 commit 66fb8eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 66fb8eb

Please sign in to comment.