From 2b7d9f65d9fefa796a7ed825d97b1b736661fb24 Mon Sep 17 00:00:00 2001 From: mayo78 <75394229+mayo78@users.noreply.github.com> Date: Mon, 4 Sep 2023 02:49:10 -0400 Subject: [PATCH] ooasfpdoasdf --- CHANGELOG.md | 7 ++++++- src/love/main.lua | 2 +- version.txt | 1 - 3 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 version.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 9714cc6..3a15a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -# v0.1.1 (wip) +# v0.1.2 + +### Other +- Literally fixes one bug i dont have a patch system for my update thing + +# v0.1.1 note: this version uses a new version of love.elf, so donwload it from the new source as listed in the thing :) ### Gameplay - Controls can be bounded now to any button diff --git a/src/love/main.lua b/src/love/main.lua index f20e010..993d0e8 100644 --- a/src/love/main.lua +++ b/src/love/main.lua @@ -230,7 +230,7 @@ function love.load() http = require 'socket.http' versionTable = require 'version' - version = versionTable:new(0, 1, 1) + version = versionTable:new(0, 1, 2) --local ssl = require 'ssl' --local body, code, headers, status = http.request("https://raw.githubusercontent.com/mayo78/vsdave-switch/main/version.txt") --print(code, status, body) diff --git a/version.txt b/version.txt deleted file mode 100644 index a69c4ca..0000000 --- a/version.txt +++ /dev/null @@ -1 +0,0 @@ -0.1-alpha.1 \ No newline at end of file