Skip to content

Commit

Permalink
2561.0.1: support nim 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Nov 5, 2019
1 parent 5be1c4b commit 91ec216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atoz.nimble
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version = "2561.0.0"
version = "2561.0.1"
author = "disruptek"
description = "Amazon Web Services (AWS) APIs"
license = "MIT"
requires "nim >= 0.20.0"
requires "sigv4 >= 1.0.2"
requires "sigv4 >= 1.0.4"
requires "https://github.com/disruptek/rest.git >= 1.0.0"

srcDir = "src"

0 comments on commit 91ec216

Please sign in to comment.