Skip to content

Commit

Permalink
version 0.10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
markspanbroek committed Apr 20, 2024
1 parent b098ae6 commit 82d90b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Use the [Nimble][3] package manager to add `questionable` to an existing
project. Add the following to its .nimble file:

```nim
requires "questionable >= 0.10.14 & < 0.11.0"
requires "questionable >= 0.10.15 & < 0.11.0"
```

If you want to make use of Result types, then you also have to add either the
Expand Down
2 changes: 1 addition & 1 deletion questionable.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.10.14"
version = "0.10.15"
author = "Questionable Authors"
description = "Elegant optional types"
license = "MIT"
Expand Down

0 comments on commit 82d90b6

Please sign in to comment.