Merge pull request #4065 from leigh-pointer/UpdateTemplateJson

Updated Template Module and Theme json from 5.0.0 to 5.1.0
This commit is contained in:
Shaun Walker 2024-03-26 07:21:03 -04:00 committed by GitHub
commit 2917ee3b9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"Title": "Default Module Template",
"Type": "External",
"Version": "5.0.0",
"Version": "5.1.0",
"Namespace": "[Owner].Module.[Module]"
}

View File

@ -1,6 +1,6 @@
{
"Title": "Default Theme Template",
"Type": "External",
"Version": "5.0.0",
"Version": "5.1.0",
"Namespace": "[Owner].Theme.[Theme]"
}