Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimschmidt557 committed Mar 6, 2020
1 parent 0a933da commit 3d1f85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nimmm.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.1.0"
version = "0.1.1"
author = "joachimschmidt557"
description = "A terminal file manager written in nim"
license = "GPL-3.0"
Expand All @@ -13,4 +13,4 @@ bin = @["nimmm"]
requires "nim >= 0.19.9"
requires "noise >= 0.1.3"
requires "nimbox >= 0.1.0"
requires "lscolors >= 0.3.2"
requires "lscolors >= 0.3.3"

0 comments on commit 3d1f85d

Please sign in to comment.