Skip to content

Commit

Permalink
version 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesb93 committed Oct 10, 2020
1 parent 61e601b commit a018859
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ Version 1.3.6
- Update for Patch 8.3

Version 1.3.7
- Slim down code
- Slim down code

Version 1.3.8
- Auto releasing so CurseBreaker likes me
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ local welcomePrompt = CreateFrame("Frame")
welcomePrompt:RegisterEvent("PLAYER_LOGIN")
welcomePrompt:SetScript("OnEvent", function(_, event)
if event == "PLAYER_LOGIN" then
print("|cff00ffff[Region Filter]|r |cffffcc00Version 1.3.7|r. If there any bugs please report them at https://github.com/jamesb93/RegionFilter")
print("|cff00ffff[Region Filter]|r |cffffcc00Version 1.3.8|r. If there any bugs please report them at https://github.com/jamesb93/RegionFilter")
print("If possible, stop using CurseForge (soon/now to be Overwolf) and try CurseBreaker https://www.github.com/AcidWeb/CurseBreaker.")
print(RF.postType)
end
Expand Down

0 comments on commit a018859

Please sign in to comment.