From 188b9fc0d3f3c83c42856d23cee2968e5b6e0201 Mon Sep 17 00:00:00 2001 From: Alex Christoffer Rasmussen Date: Mon, 22 Jan 2024 11:54:29 +0100 Subject: [PATCH] version bump (#45) --- 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 c0f6e00..0c25a41 100644 --- a/companion/manifest.json +++ b/companion/manifest.json @@ -3,7 +3,7 @@ "name": "getontime-ontime", "shortname": "ontime", "description": "Companion module for ontime", - "version": "3.0.0", + "version": "3.1.3", "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 2eada54..60bee44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "getontime-ontime", - "version": "3.0.0", + "version": "3.1.3", "main": "/dist/index.js", "license": "MIT", "prettier": "@companion-module/tools/.prettierrc.json",