From 3fff14bd0b5bcaca079b0a6f0e14ad10fe6d43f2 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Wed, 18 Jul 2018 11:07:52 +0900 Subject: [PATCH] Update versions --- libnx.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnx.nimble b/libnx.nimble index a64fa29..24b4195 100644 --- a/libnx.nimble +++ b/libnx.nimble @@ -1,6 +1,6 @@ # Package -version = "0.1.8" +version = "0.1.9" author = "Joey Payne" description = "Nintendo Switch library libnx for Nim." license = "The Unlicense" @@ -17,7 +17,7 @@ if detectOs(Windows): # Deps requires "nim >= 0.18.1", "https://github.com/genotrance/nimgen#head" -requires "switch-build >= 0.1.6" +requires "switch_build >= 0.1.3" task setup, "Download and generate bindings": echo "Building libnx..."