diff --git a/manifest.json b/manifest.json index f8d7fde..ebf847b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "update-time-on-edit", "name": "Update time on edit", - "version": "2.2.0", + "version": "2.2.1", "minAppVersion": "1.1.0", "description": "Keep front matter in sync with the last edit time", "author": "@beaussan", diff --git a/package.json b/package.json index 533381f..d957a21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-update-time-on-edit", - "version": "2.2.0", + "version": "2.2.1", "description": "Keep the updated front matter header in sync with the last edit", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6856eed..7dfe7e0 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "2.0.1": "1.1.0", "2.0.2": "1.1.0", "2.1.0": "1.1.0", - "2.2.0": "1.1.0" + "2.2.0": "1.1.0", + "2.2.1": "1.1.0" } \ No newline at end of file