Skip to content

Commit

Permalink
ooasfpdoasdf
Browse files Browse the repository at this point in the history
  • Loading branch information
mayo78 committed Sep 4, 2023
1 parent 9900330 commit 2b7d9f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/love/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion version.txt

This file was deleted.

0 comments on commit 2b7d9f6

Please sign in to comment.