We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e604a4d commit 7be967eCopy full SHA for 7be967e
core/templates.yml
@@ -39,7 +39,7 @@ keys:
39
type: str
40
name:
41
42
- filter_by: alphanumeric
+ filter_by: "^[A-Za-z0-9_]+$"
43
iteration:
44
type: int
45
version:
env/includes/unreal/tk-unreal-location.yml
@@ -5,7 +5,7 @@
5
6
7
tk-unreal.location:
8
- version: v1.3.0
+ version: v1.3.1
9
type: github_release
10
organization: ue4plugins
11
repository: tk-unreal
0 commit comments