From 875c039b4c9dd8b15aafa0628e38a1b175169b00 Mon Sep 17 00:00:00 2001 From: Severin Neumann Date: Wed, 30 Nov 2022 19:06:22 +0100 Subject: [PATCH] version: 9.0.0 (#100) --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 790b0de..969fdec 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "DemoMonkey", "description": "Custom demo, every demo: Turn your standard demo into a tailored experience for your customers in minutes.", - "version": "8.3.0", + "version": "9.0.0", "author": "Severin Neumann ", "homepage_url": "https://github.com/svrnm/DemoMonkey/", "content_security_policy": { diff --git a/package.json b/package.json index 8be97d8..2d44a13 100644 --- a/package.json +++ b/package.json @@ -109,5 +109,5 @@ "*.less": "stylelint --cache --fix", "*.md": "npx markdownlint-cli --fix --config .markdownlint.jsonc" }, - "version": "8.3.0" + "version": "9.0.0" }