diff --git a/manifest.json b/manifest.json index 43c2607..c3cd690 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Ome.tv Automator", "short_name": "Auto-Ome.tv", - "version": "1.2.0", + "version": "1.3.0", "description": "Reliably deliver message sequences to Ome.tv connections.", "icons": { "16": "public/icon16.png", diff --git a/package.json b/package.json index b00c616..b8651db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ometv", "private": true, - "version": "1.2.0", + "version": "1.3.0", "scripts": { "dev": "vite", "lint": "tsc --noEmit",