From cba05f1830ec138c4657e5966b8813cd559048da Mon Sep 17 00:00:00 2001 From: Laura Date: Tue, 20 Feb 2024 18:23:01 +0100 Subject: [PATCH] 2.10.13 --- 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 2f4cbe4..8a117c8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "scrybble.ink", "name": "Scrybble", - "version": "2.10.12", + "version": "2.10.13", "minAppVersion": "1.3.7", "description": "Synchronize highlights from your ReMarkable to Obsidian!", "author": "Streamsoft", diff --git a/package-lock.json b/package-lock.json index 28ed1e5..206e234 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Scrybble", - "version": "2.10.12", + "version": "2.10.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "Scrybble", - "version": "2.10.12", + "version": "2.10.13", "license": "MIT", "dependencies": { "jszip": "^3.10.0" diff --git a/package.json b/package.json index cc02909..1653818 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Scrybble", - "version": "2.10.12", + "version": "2.10.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 22ae3c8..955c45a 100644 --- a/versions.json +++ b/versions.json @@ -24,5 +24,6 @@ "2.10.9": "1.3.7", "2.10.10": "1.3.7", "2.10.11": "1.3.7", - "2.10.12": "1.3.7" + "2.10.12": "1.3.7", + "2.10.13": "1.3.7" } \ No newline at end of file