From 3904b9b803c3fbc7a092f6cfae1a348d05db4122 Mon Sep 17 00:00:00 2001 From: Bart Kessels Date: Mon, 3 Feb 2025 08:49:11 +0100 Subject: [PATCH] Bump version --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index a7208c5..3b05ea5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "daily-note-calendar", "name": "Daily notes calendar", - "version": "1.13.1", + "version": "1.13.2", "minAppVersion": "0.15.0", "description": "Navigate your Obsidian Vault using a calendar view.", "author": "bartkessels", diff --git a/package.json b/package.json index 36a18e0..516a5b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daily-note-calendar", - "version": "1.13.1", + "version": "1.13.2", "description": "Navigate your Obsidian vault using a calendar view.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7d519ab..9aefb94 100644 --- a/versions.json +++ b/versions.json @@ -28,5 +28,6 @@ "1.11.3": "0.15.0", "1.12.0": "0.15.0", "1.13.0": "0.15.0", - "1.13.1": "0.15.0" + "1.13.1": "0.15.0", + "1.13.2": "0.15.0" } \ No newline at end of file