Skip to content

Commit

Permalink
Bump to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ire4ever1190 committed Jul 14, 2022
1 parent ff80c77 commit 96a1f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dimscmd.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "1.3.1"
version = "1.3.2"
author = "Jake Leahy"
description = "A command handler for the dimscord discord library"
license = "MIT"
Expand All @@ -13,5 +13,5 @@ requires "nim >= 1.4.0"
requires "dimscord >= 1.3.0"

task ex, "Runs the example":
exec "nim r -d:dimscordDebug -d:ssl example"
exec "nim r -d:dimscordDebug -d:ssl example"

0 comments on commit 96a1f12

Please sign in to comment.