aboutsummaryrefslogtreecommitdiff
path: root/nimgen.nimble
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2017-12-04 14:26:20 -0600
committerGanesh Viswanathan <dev@genotrance.com>2017-12-04 14:26:20 -0600
commit27ea25b901787c2f4ac7b7534cc944f26a8dde6c (patch)
tree42e391726a76fa294659773a4533dd0c0d8a2337 /nimgen.nimble
parent9bcabd23e3c542937e12b25aae94f6eb43ff75c4 (diff)
downloadnimgen-27ea25b901787c2f4ac7b7534cc944f26a8dde6c.tar.gz
nimgen-27ea25b901787c2f4ac7b7534cc944f26a8dde6c.zip
- Added support for wildcard file tasks
- Fixed issue in replacing - with _ in generated modules - Fixed inconsistent naming of flags and procs
Diffstat (limited to 'nimgen.nimble')
-rw-r--r--nimgen.nimble4
1 files changed, 2 insertions, 2 deletions
diff --git a/nimgen.nimble b/nimgen.nimble
index 6a10fdd..dc96989 100644
--- a/nimgen.nimble
+++ b/nimgen.nimble
@@ -1,8 +1,8 @@
# Package
-version = "0.1.1"
+version = "0.1.2"
author = "genotrance"
-description = "c2nim helper to simpilfy and automate the wrapping of C libraries"
+description = "c2nim helper to simplify and automate the wrapping of C libraries"
license = "MIT"
skipDirs = @["tests"]