From 7c4c3a0ab79417c41319374f8d6c535c18c189e2 Mon Sep 17 00:00:00 2001 From: Leonard Date: Thu, 11 May 2023 21:21:28 +0200 Subject: [PATCH] bump version --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 769753a..c5c3c02 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "ThiWeb Crypt-Decrypt", - "version": "2.0.2", + "version": "2.1.0", "manifest_version": 3, "description": "Crypt / Auto-decrypt Links on ThiWeb", "homepage_url": "https://www.thiweb.com", diff --git a/package.json b/package.json index d3527a7..c0a87b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thiweb-crypt-decrypt-ts", - "version": "2.0.2", + "version": "2.1.0", "type": "module", "scripts": { "build": "tsc && vite build",