Skip to content

Commit

Permalink
New version, updated dimscord dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ire4ever1190 committed Sep 5, 2021
1 parent 5f1424b commit 0116edd
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.2.2"
version = "1.3.0"
author = "Jake Leahy"
description = "A command handler for the dimscord discord library"
license = "MIT"
Expand All @@ -10,7 +10,7 @@ srcDir = "src"
# Dependencies

requires "nim >= 1.4.0"
requires "https://github.com/krisppurg/dimscord#2dfb838"
requires "https://github.com/krisppurg/dimscord >= 1.3.0"

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

0 comments on commit 0116edd

Please sign in to comment.