Skip to content

Commit

Permalink
TAH Core 1.4.0
Browse files Browse the repository at this point in the history
- Update required core version.
  • Loading branch information
Larkinabout committed May 3, 2023
1 parent 83ba1a9 commit 2ebf8c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@
"type": "module",
"compatibility": [
{
"minimum": "1.3.0",
"maximum": "1.3",
"verified": "1.3.0"
"minimum": "1.4.0",
"maximum": "1.4",
"verified": "1.4.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.3'
export const REQUIRED_CORE_MODULE_VERSION = '1.4'

/**
* Action type
Expand Down
Loading

0 comments on commit 2ebf8c3

Please sign in to comment.