Skip to content

Commit

Permalink
chore: Set version strings to 3.0.0-rc1 to reflect a prerelease relea…
Browse files Browse the repository at this point in the history
…se rather than a confident 3.0.0.
  • Loading branch information
jswalden committed Mar 30, 2024
1 parent 3660515 commit 833288e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion companion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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": "ptzoptics-visca",
"version": "3.0.0",
"version": "3.0.0-rc1",
"type": "module",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 833288e

Please sign in to comment.