diff options
| -rw-r--r-- | main/viewport_state.h | 2 | ||||
| -rw-r--r-- | scrypted/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/main/viewport_state.h b/main/viewport_state.h index c79d9cc..7f66dd3 100644 --- a/main/viewport_state.h +++ b/main/viewport_state.h @@ -3,7 +3,7 @@ #include <stdbool.h> #include <stdint.h> -#define VIEWPORT_VERSION "1.3.0" +#define VIEWPORT_VERSION "1.3.1" #define VIEWPORT_PANEL_WIDTH 800 #define VIEWPORT_PANEL_HEIGHT 480 diff --git a/scrypted/package.json b/scrypted/package.json index 767045b..68089a7 100644 --- a/scrypted/package.json +++ b/scrypted/package.json @@ -1,6 +1,6 @@ { "name": "scrypted-viewport-script", - "version": "1.3.0", + "version": "1.3.1", "private": true, "description": "Workspace metadata so editors can find @scrypted/sdk types when iterating on scrypted-viewport.ts locally. The actual install is to paste the file into Scrypted's Scripts plugin; nothing here is shipped.", "devDependencies": { |
