diff --git a/manifest.json b/manifest.json index aca0478..30fd851 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "metaedit", "name": "MetaEdit", - "version": "1.10.2", + "version": "1.10.3", "minAppVersion": "1.12.7", "description": "MetaEdit helps you manage your metadata.", "author": "Christian B. B. Houmann", diff --git a/package.json b/package.json index 0021e90..27822e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metaedit", - "version": "1.10.2", + "version": "1.10.3", "description": "MetaEdit helps you manage your metadata.", "main": "main.js", "repository": { diff --git a/versions.json b/versions.json index a7eb30a..704ce6b 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "1.9.0": "1.12.7", "1.10.0": "1.12.7", "1.10.1": "1.12.7", - "1.10.2": "1.12.7" + "1.10.2": "1.12.7", + "1.10.3": "1.12.7" }