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" }