Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaKnijn committed Aug 30, 2024
1 parent dd0eef7 commit dc06655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions musicify.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local repo = settings.get("musicify.repo","https://raw.githubusercontent.com/kni
local autoUpdates = settings.get("musicify.autoUpdates",true)
local dfpwm = require("/lib/dfpwm")
local indexURL = repo .. "?cb=" .. os.epoch("utc")
local version = "3.1"
local version = "3.2"
local args = {...}
local musicify = {}
local speaker = peripheral.find("speaker")
Expand Down Expand Up @@ -63,7 +63,7 @@ local function play(songID)
return "from"
end
end

if not gui then
print("Playing " .. getSongID(songID.name) .. " | " .. songID.author .. " - " .. songID.name)

Expand Down

0 comments on commit dc06655

Please sign in to comment.