Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaKnijn authored Aug 29, 2024
1 parent b4d4853 commit 0e657f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion musicify.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local autoUpdates = settings.get("musicify.autoUpdates",true)
local modemBroadcast = settings.get("musicify.broadcast", true)
local dfpwm = require("cc.audio.dfpwm")
local indexURL = repo .. "?cb=" .. os.epoch("utc")
local version = "2.6.1"
local version = "2.7"
local args = {...}
local musicify = {}
local speaker = peripheral.find("speaker")
Expand Down

0 comments on commit 0e657f7

Please sign in to comment.