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 28, 2023
1 parent 7ddbfc9 commit 44dffea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bu.nimble
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Package
version = "0.9.0"
version = "0.9.1"
author = "Charles Blake"
description = "B)asic|But-For U)tility Code/Programs (Usually Nim & With Unix/POSIX/Linux Context)"
license = "MIT/ISC"
Expand Down Expand Up @@ -146,5 +146,5 @@ else:
]

# Dependencies
requires "nim >= 1.6.0", "cligen >= 1.6.6",
"adix >= 0.5.5", "nio >= 0.6.7", "fitl >= 0.3.1"
requires "nim >= 1.6.0", "cligen >= 1.6.7",
"adix >= 0.5.6", "nio >= 0.6.8", "fitl >= 0.3.1"

0 comments on commit 44dffea

Please sign in to comment.