Skip to content

Commit

Permalink
Merge branch 'main-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaKnijn committed Nov 6, 2022
2 parents c9453e3 + 841e8b2 commit 99e4075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libs/youcube.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ end

local servers = {
"ws://localhost:5000",
"ws://oxygen.knijn.one:5000",
"wss://youcube.onrender.com"
}

Expand Down
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.3.1"
local version = "2.3.2"
local args = {...}
local musicify = {}
local speaker = peripheral.find("speaker")
Expand Down

0 comments on commit 99e4075

Please sign in to comment.