Skip to content

Commit

Permalink
Update required core version
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkinabout committed Apr 6, 2023
1 parent 1843ecb commit d07122b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"compatibility": [
{
"minimum": "2.1.0",
"verified": "2.1.4"
"verified": "2.1.5"
}
]
}
Expand All @@ -100,9 +100,9 @@
"type": "module",
"compatibility": [
{
"minimum": "1.2.0",
"maximum": "1.2",
"verified": "1.2.0"
"minimum": "1.3.0",
"maximum": "1.3",
"verified": "1.3.0"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const CORE_MODULE = {
/**
* Core module version required by the system module
*/
export const REQUIRED_CORE_MODULE_VERSION = '1.2'
export const REQUIRED_CORE_MODULE_VERSION = '1.3'

/**
* Action type
Expand Down
Loading

0 comments on commit d07122b

Please sign in to comment.