From 4696020751e00c8b9b0c29245dbe7a5d98d5ea4d Mon Sep 17 00:00:00 2001 From: formax68 Date: Wed, 13 May 2026 14:56:25 +0300 Subject: [PATCH] chore(release): cut 1.15.0-beta.1 to verify attestation flow (DIR-12 acceptance) --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 0b0afa2..872edbb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "memochron", "name": "MemoChron", - "version": "1.14.0", + "version": "1.15.0-beta.1", "minAppVersion": "1.8.9", "description": "Calendar integration and note creation with support for public iCalendar URLs.", "author": "Michalis Efstratiadis", diff --git a/package-lock.json b/package-lock.json index 8b22c67..009a747 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "memochron", - "version": "1.14.0", + "version": "1.15.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "memochron", - "version": "1.14.0", + "version": "1.15.0-beta.1", "license": "MIT", "dependencies": { "ical.js": "^1.5.0", diff --git a/package.json b/package.json index 7768d10..ad048e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memochron", - "version": "1.14.0", + "version": "1.15.0-beta.1", "description": "Calendar integration and note creation plugin for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2c35882..2f954e5 100644 --- a/versions.json +++ b/versions.json @@ -42,5 +42,6 @@ "1.12.1": "1.8.9", "1.13.0": "1.8.9", "1.13.1": "1.8.9", - "1.14.0": "1.8.9" + "1.14.0": "1.8.9", + "1.15.0-beta.1": "1.8.9" } \ No newline at end of file