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.
2 parents e2e6d5a + 024cb9e commit b6ad4e5Copy full SHA for b6ad4e5
2 files changed
Version.ps1
@@ -84,7 +84,7 @@ try
84
if (!$PCRE2Ver) { $PCRE2Ver = "0.0" }
85
$UChardetVer = [string](Get-Content "src\uchardet\version.txt")
86
if (!$UChardetVer) { $UChardetVer = "0.0.0" }
87
- $TinyExprVer = [string](Get-Content "src\tinyexpr\version.txt")
+ $TinyExprVer = [string](Get-Content "src\tinyexprcpp\version.txt")
88
if (!$TinyExprVer) { $TinyExprVer = "0.0.0" }
89
$UtHashVer = [string](Get-Content "src\uthash\version.txt")
90
if (!$UtHashVer) { $UtHashVer = "0.0.0" }
src/tinyexprcpp/version.txt
@@ -0,0 +1 @@
1
+1.1.0
0 commit comments