diff --git a/manifest.json b/manifest.json index 59bf9ae..3cdf35a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "metaedit", "name": "MetaEdit", - "version": "1.6.1", + "version": "1.6.2", "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 bd125cb..56a73ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metaedit", - "version": "1.6.1", + "version": "1.6.2", "description": "MetaEdit helps you manage your metadata.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index de1d612..6a82abd 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.6.1": "0.12.0" + "1.6.2": "0.12.0" }