Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
duggan committed Feb 9, 2024
1 parent b2e2cd7 commit a4fe370
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Technotherm",
"name": "homebridge-technotherm",
"version": "1.0.6-beta.0",
"version": "1.0.6",
"description": "Controls for Technotherm electric radiators.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -21,7 +21,8 @@
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"pre": "npm run lint && npm run build",
"publishBeta": "npm version prepatch --preid beta && npm publish --tag=beta"
"makeBeta": "npm version prepatch --preid beta",
"publishBeta": "npm publish --tag=beta"
},
"keywords": [
"homebridge-plugin",
Expand Down

0 comments on commit a4fe370

Please sign in to comment.