Skip to content

Commit

Permalink
Bump minimum API version to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Apr 22, 2024
1 parent 007efe0 commit a8f8ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GrampsJs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit a8f8ff4

Please sign in to comment.