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 Jun 2, 2023
1 parent 3d019ae commit bc6581d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adix.nimble
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Package
version = "0.5.4"
version = "0.5.5"
author = "Charles Blake"
description = "An Adaptive Index Library for Nim"
license = "MIT/ISC"

# Deps
requires "nim >= 1.2.0"
requires "cligen >= 1.6.3"
requires "cligen >= 1.6.6"
skipDirs = @[ "tests" ]

bin = @[
Expand Down

0 comments on commit bc6581d

Please sign in to comment.