From d99fc51c06fdca5b953c2a77de5238fb45948ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Tue, 22 Dec 2015 23:33:36 +0100 Subject: [PATCH] =?UTF-8?q?Use=20L=C3=96VE=200.10.0=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- love-release.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/love-release.sh b/love-release.sh index 317a39c..0ecaffc 100755 --- a/love-release.sh +++ b/love-release.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # LÖVE version -readonly LOVE_DEF_VERSION=0.9.2 +readonly LOVE_DEF_VERSION=0.10.0 readonly INSTALLED=false readonly EMBEDDED=false @@ -466,4 +466,3 @@ main () { main "$@" -