Skip to content

Commit

Permalink
Bump min API version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Oct 15, 2023
1 parent 5d50b61 commit a3cfa3e
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 @@ -89,7 +89,7 @@ const LOADING_STATE_READY = 10

const BASE_DIR = ''

const MINIMUM_API_VERSION = '1.0.0'
const MINIMUM_API_VERSION = '1.3.0'

export class GrampsJs extends LitElement {
static get properties() {
Expand Down

0 comments on commit a3cfa3e

Please sign in to comment.