From 3d050657f8227737e6e3f83fb1c097c65b08d0ba Mon Sep 17 00:00:00 2001 From: Carlos Valente <34649812+cpvalente@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:40:20 +0100 Subject: [PATCH] bump to version 4.6.1 (#101) --- 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 f7638d7..1ffd6d2 100644 --- a/companion/manifest.json +++ b/companion/manifest.json @@ -3,7 +3,7 @@ "name": "getontime-ontime", "shortname": "ontime", "description": "Companion module for ontime", - "version": "4.6.0", + "version": "4.6.1", "license": "MIT", "repository": "git+https://github.com/bitfocus/companion-module-getontime-ontime.git", "bugs": "https://github.com/bitfocus/companion-module-getontime-ontime/issues", diff --git a/package.json b/package.json index ca9dcb5..400dd11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "getontime-ontime", - "version": "4.6.0", + "version": "4.6.1", "main": "/dist/index.js", "license": "MIT", "prettier": "@companion-module/tools/.prettierrc.json",