Skip to content

Commit

Permalink
Update for version management.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Jul 13, 2019
1 parent 197740c commit 8c1f53f
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.3"
version = "0.4"
author = "Charles Blake"
description = "A post-modern, \"multi-dimensional\" configurable ls/file lister"
license = "MIT/ISC"
bin = @["lc"]

# Dependencies
requires "nim >= 0.19.2", "cligen >= 0.9.35"
requires "nim >= 0.19.2", "cligen >= 0.9.36"
skipDirs = @["configs"]

0 comments on commit 8c1f53f

Please sign in to comment.