Skip to content

Commit

Permalink
Bump pre-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Jun 17, 2022
1 parent 027a554 commit a4479df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lc.nimble
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Package
version = "0.9.0"
version = "0.9.1"
author = "Charles Blake"
description = "A post-modern, \"multi-dimensional\", configurable, abbreviating, extensible ls/file lister"
license = "MIT/ISC"
bin = @["lc"]

# Dependencies
requires "nim >= 0.20.1", "cligen >= 1.2.0"
requires "nim >= 0.20.1", "cligen >= 1.5.24"
skipDirs = @["configs"]

0 comments on commit a4479df

Please sign in to comment.