Skip to content

Commit f3b23ce

Browse files
committed
Bump to v1.5.0 for xxhash3 release
1 parent 74f0289 commit f3b23ce

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/App/App.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
99

1010
<!-- Metadata -->
11-
<Version>1.4.1</Version>
11+
<Version>1.5.0</Version>
1212
<Authors>Anu Bandi</Authors>
1313
<PackageProjectUrl>https://ultimateanu.github.io/hashdir</PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/ultimateanu/hashdir</RepositoryUrl>

src/HashUtil/HashUtil.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
<!-- Metadata -->
11-
<Version>1.4.1</Version>
11+
<Version>1.5.0</Version>
1212
<Authors>Anu Bandi</Authors>
1313
<PackageProjectUrl>https://ultimateanu.github.io/hashdir</PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/ultimateanu/hashdir</RepositoryUrl>

src/make_release.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ open System.Security.Cryptography
1313
open HashUtil.Util
1414

1515
// Configuration ----------------------------------------------------
16-
let versionStr = "1.4.1"
16+
let versionStr = "1.5.0"
1717
// ------------------------------------------------------------------
1818

1919
let releaseDir = "release"

0 commit comments

Comments
 (0)