Skip to content

Commit 9c471c0

Browse files
committed
version to v0.18.0 and readme update
1 parent de2dc81 commit 9c471c0

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interrobot-plugin",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "Used in the creation of plugins (aka reports) that present data or visualizations for a website in aggregate, across site content. For use with InterroBot application.",
55
"main": "js/commonjs/interrobot-plugin.js",
66
"module": "js/es6/interrobot-plugin.js",

examples/readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ Plugin development within InterroBot Desktop requires access to developer tools
66

77
### Windows Users
88

9-
The standard version of InterroBot has an issue preventing devtools from opening, necessitating this separate version for plugin development. This is a temporary solution until the upstream issue is resolved.
9+
Use F12 or open via the Dev Tools button in Options.
1010

11-
* Use a debug version of InterroBot, available from your account at [interro.bot](https://interro.bot).
11+
### Linux Users
12+
13+
Right click anywhere in the Window and select "Inspect."
1214

1315
### macOS Users
1416

@@ -44,6 +46,6 @@ Allowing the interro.bot domain will do nothing productive, InterroBot client ru
4446

4547
From an InterroBot project (in app), go to the reports page within a project. Under 3rd Party Reports, with the server running on loopback, add the following URL: http://127.0.0.1:8084/vanillajs/basic.html
4648

47-
A note of caution, the basic.html page is a blank if not loaded into InterroBot.
49+
A note of caution, the basic.html page is a blank if not loaded into InterroBot.
4850

4951

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interrobot-plugin",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "Used in the creation of plugins (aka reports) that present data or visualizations for a website in aggregate, across site content. For use with InterroBot application.",
55
"main": "js/commonjs/interrobot-plugin.js",
66
"module": "js/es6/interrobot-plugin.js",

0 commit comments

Comments
 (0)