From 833288e8aa31c069e176c2c037e34bce3f4d78f8 Mon Sep 17 00:00:00 2001 From: Jeff Walden Date: Fri, 29 Mar 2024 23:30:30 -0700 Subject: [PATCH] chore: Set version strings to 3.0.0-rc1 to reflect a prerelease release rather than a confident 3.0.0. --- companion/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/companion/manifest.json b/companion/manifest.json index 5f00a38..6a2f231 100644 --- a/companion/manifest.json +++ b/companion/manifest.json @@ -3,7 +3,7 @@ "name": "PTZOptics Visca", "shortname": "visca", "description": "Module to control PTZ cameras with PTZoptics Visca protocol over IP", - "version": "3.0.0", + "version": "0.0.0", "license": "MIT", "repository": "git+https://github.com/bitfocus/companion-module-ptzoptics-visca.git", "bugs": "https://github.com/bitfocus/companion-module-ptzoptics-visca/issues", diff --git a/package.json b/package.json index 883d7b0..9da18cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ptzoptics-visca", - "version": "3.0.0", + "version": "3.0.0-rc1", "type": "module", "main": "index.js", "scripts": {