From a01885902eb1b170267ead14c80c20b26b6e2ca8 Mon Sep 17 00:00:00 2001 From: James Bradbury Date: Sat, 10 Oct 2020 16:12:42 +0100 Subject: [PATCH] version 1.3.8 --- CHANGES.txt | 5 ++++- main.lua | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 441012c..109289d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -47,4 +47,7 @@ Version 1.3.6 - Update for Patch 8.3 Version 1.3.7 - - Slim down code \ No newline at end of file + - Slim down code + +Version 1.3.8 + - Auto releasing so CurseBreaker likes me \ No newline at end of file diff --git a/main.lua b/main.lua index 05cfdd5..7295f45 100644 --- a/main.lua +++ b/main.lua @@ -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