diff --git a/manifest.json b/manifest.json index 39ad0e5..0814835 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "memochron", "name": "MemoChron", - "version": "1.12.0", + "version": "1.12.1", "minAppVersion": "1.8.9", "description": "Calendar integration and note creation with support for public iCalendar URLs", "author": "Michalis Efstratiadis", diff --git a/versions.json b/versions.json index 903f075..b5710c2 100644 --- a/versions.json +++ b/versions.json @@ -38,5 +38,6 @@ "1.10.1": "1.8.9", "1.11.0": "1.8.9", "1.11.1": "1.8.9", - "1.12.0": "1.8.9" + "1.12.0": "1.8.9", + "1.12.1": "1.8.9" }