From 8a5ff10244df431a3b9eeff331dbdd866400aea6 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Tue, 9 Mar 2021 09:25:17 +0100 Subject: [PATCH] version 0.2.0 --- Readme.md | 2 +- questionable.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 93e0848..460ab52 100644 --- a/Readme.md +++ b/Readme.md @@ -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.1.0 & < 0.2.0" +requires "questionable >= 0.2.0 & < 0.3.0" ``` If you want to make use of Result types, then you also have to add either the diff --git a/questionable.nimble b/questionable.nimble index 55bf19d..1fef3f3 100644 --- a/questionable.nimble +++ b/questionable.nimble @@ -1,4 +1,4 @@ -version = "0.1.0" +version = "0.2.0" author = "Questionable Authors" description = "Elegant optional types" license = "MIT"