From 88172e6638af7c24a62410c8cd6e10bbddacffe1 Mon Sep 17 00:00:00 2001 From: Peter Heiss Date: Thu, 8 Aug 2024 21:26:52 +0200 Subject: [PATCH] bump version --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index e1b07ee..cd73e3d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "vikunja-sync", "name": "Vikunja Sync", - "version": "1.0.12", + "version": "1.0.13", "minAppVersion": "0.15.0", "description": "Integrates Vikunja.", "author": "Peter Heiss", "authorUrl": "https://github.com/Heiss", "fundingUrl": "https://ko-fi.com/heiss", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 1939072..ff00b5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.0", + "version": "1.0.13", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 26382a1..d524e9a 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.0": "0.15.0" + "1.0.13": "0.15.0" }