Skip to content

Commit

Permalink
version 0.2.0 with dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikgit committed May 30, 2021
1 parent 2f68fed commit 18ef4aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions minimap.nimble
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Package
version = "0.1.0"
version = "0.2.0"
author = "Hendrik Albers"
description = "nwn minimap generator"
license = "MIT"
srcDir = "src"
bin = @["minimap"]

# Dependencies
requires "nim >= 1.2.6"
requires "neverwinter == 1.3.1"
requires "regex == 0.16.2"
requires "nim >= 1.4.8"
requires "neverwinter == 1.4.2"
requires "regex == 0.19.0"
requires "https://github.com/hendrikgit/nimtga#0.2.0"

0 comments on commit 18ef4aa

Please sign in to comment.