Commit 6ad6837
authored
fix: Allow any number for minor version number (#423)
Currently only numbers 1-4 are allowed in the minor version number.
Since Unity 6, also the number 0 is used (6000.0). This commit
changes the regex for the minor version number to include any number,
which fixes support for Unity 6 and is more permissive in case any
other numbers are used by Unity in the future.1 parent bb2ab04 commit 6ad6837
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments