From 86c5eb36255a7ef04ec819b655919a0d4e5875a2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Mar 2023 18:35:05 +0000 Subject: [PATCH] release(version): Release 1.8.0 [skip ci] # [1.8.0](https://github.com/chhoumann/MetaEdit/compare/1.7.2...1.8.0) (2023-03-02) ### Features * force update ([0f2b8e2](https://github.com/chhoumann/MetaEdit/commit/0f2b8e2a3d6e72f3a901b68e3a770f92c9dcd424)) --- manifest.json | 20 ++++++++++---------- package.json | 2 +- versions.json | 7 ++++--- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/manifest.json b/manifest.json index 4b2cf87..742c44f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ -{ - "id": "metaedit", - "name": "MetaEdit", - "version": "1.7.2", - "minAppVersion": "0.12.0", - "description": "MetaEdit helps you manage your metadata.", - "author": "Christian B. B. Houmann", - "authorUrl": "https://bagerbach.com", - "isDesktopOnly": false -} +{ + "id": "metaedit", + "name": "MetaEdit", + "version": "1.8.0", + "minAppVersion": "0.12.0", + "description": "MetaEdit helps you manage your metadata.", + "author": "Christian B. B. Houmann", + "authorUrl": "https://bagerbach.com", + "isDesktopOnly": false +} \ No newline at end of file diff --git a/package.json b/package.json index db151d3..700f0fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metaedit", - "version": "1.7.2", + "version": "1.8.0", "description": "MetaEdit helps you manage your metadata.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6a3463a..828b7a4 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ -{ - "1.7.2": "0.12.0" -} +{ + "1.7.2": "0.12.0", + "1.8.0": "0.12.0" +} \ No newline at end of file