Skip to content

Commit

Permalink
update nimble version
Browse files Browse the repository at this point in the history
  • Loading branch information
Clonkk committed May 10, 2024
1 parent f082240 commit 75e85c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zmq.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "1.5.1"
version = "1.5.2"
author = "Andreas Rumpf"
description = "ZeroMQ wrapper"
license = "MIT"
Expand All @@ -18,4 +18,3 @@ task buildexamples, "Compile all examples":

task gendoc, "Generate documentation":
exec("nim doc --mm:orc --project --out:docs/ zmq.nim")

0 comments on commit 75e85c3

Please sign in to comment.