From a8f8ff4bd3dfe6f5d4d6dde82085fc0b1c31ebba Mon Sep 17 00:00:00 2001 From: David Straub Date: Mon, 22 Apr 2024 20:10:05 +0200 Subject: [PATCH] Bump minimum API version to v2.2.0 --- src/GrampsJs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GrampsJs.js b/src/GrampsJs.js index 0b7fbe11..2fd3f186 100644 --- a/src/GrampsJs.js +++ b/src/GrampsJs.js @@ -48,7 +48,7 @@ const LOADING_STATE_READY = 10 const BASE_DIR = '' -const MINIMUM_API_VERSION = '2.0.0' +const MINIMUM_API_VERSION = '2.2.0' export class GrampsJs extends LitElement { static get properties() {