From 5a829813ca356e3b1e69c983eee51599156ce0f5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 30 Jul 2023 19:08:42 +0000 Subject: [PATCH] release(version): Release 1.8.2 [skip ci] ## [1.8.2](https://github.com/chhoumann/MetaEdit/compare/1.8.1...1.8.2) (2023-07-30) --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 2bc12a0..a04a992 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "metaedit", "name": "MetaEdit", - "version": "1.8.1", + "version": "1.8.2", "minAppVersion": "1.4.1", "description": "MetaEdit helps you manage your metadata.", "author": "Christian B. B. Houmann", diff --git a/package.json b/package.json index ad762b5..d1a69a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metaedit", - "version": "1.8.1", + "version": "1.8.2", "description": "MetaEdit helps you manage your metadata.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 71cd859..e3396ce 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.7.2": "0.12.0", "1.8.0": "0.12.0", - "1.8.1": "1.4.1" + "1.8.1": "1.4.1", + "1.8.2": "1.4.1" } \ No newline at end of file