From fb136ae95aa44cff4fcbcd0c98db9d79de1017ea Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Wed, 18 Jul 2018 11:31:57 +0900 Subject: [PATCH] Bump version --- libnx.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnx.nimble b/libnx.nimble index 24b4195..6f6915e 100644 --- a/libnx.nimble +++ b/libnx.nimble @@ -1,6 +1,6 @@ # Package -version = "0.1.9" +version = "0.2.0" author = "Joey Payne" description = "Nintendo Switch library libnx for Nim." license = "The Unlicense"