From 5477b160a888a1a5bee1a5b2c16ecef0ccf82e1f Mon Sep 17 00:00:00 2001 From: Christian Bager Bach Houmann Date: Wed, 22 Sep 2021 06:56:44 +0200 Subject: [PATCH] Bump to 1.7 --- manifest.json | 2 +- package.json | 2 +- versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 093301b..01b377a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "metaedit", "name": "MetaEdit", - "version": "1.6.16", + "version": "1.7.0", "minAppVersion": "0.12.0", "description": "MetaEdit helps you manage your metadata.", "author": "Christian B. B. Houmann", diff --git a/package.json b/package.json index 3766ed4..a4e0047 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metaedit", - "version": "1.6.16", + "version": "1.7.0", "description": "MetaEdit helps you manage your metadata.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a0813c5..aee0d82 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.6.16": "0.12.0" + "1.7.0": "0.12.0" }