Skip to content

Commit

Permalink
Bump versions pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Jul 25, 2024
1 parent 2e67056 commit 82855ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ndup.nimble
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Package
version = "0.1.6"
version = "0.1.7"
author = "Charles Blake"
description = "Near-Duplicate File Detection"
license = "MIT/ISC"
bin = @[ "framed", "ndup/setFile", "ndup/nsets", "ndup/pHash" ]

# Dependencies
requires "nim >= 1.6.0", "cligen >= 1.6.14", "bu >= 0.9.6"
requires "nim >= 1.6.0", "cligen >= 1.7.2", "bu >= 0.15.2"

0 comments on commit 82855ed

Please sign in to comment.