Skip to content

Commit

Permalink
Fixed build. version bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greyshirtguy committed Nov 15, 2024
1 parent 684db21 commit d2cf4f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Empty file added DEBUG-PACKAGED_
Empty file.
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": "Propresenter-API",
"shortname": "Propresenter-API",
"description": "ProPresenter API Module (Pro Versions 7.9 and higher)",
"version": "0.6.1",
"version": "1.0.0",
"license": "MIT",
"repository": "git+https://github.com/bitfocus/companion-module-renewedvision-propresenter-rest.git",
"bugs": "https://github.com/bitfocus/companion-module-renewedvision-propresenter-rest/issues",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "renewedvision-propresenter-api",
"version": "0.6.1",
"main": "dist/index.js",
"version": "1.0.0",
"main": "dist/main.js",
"scripts": {
"prepare": "husky install",
"build": "rimraf dist && yarn build:main",
Expand Down

0 comments on commit d2cf4f4

Please sign in to comment.