3.3.4 fixed a typo -.-

git [06-05-18 - 21:07]
3.3.4 fixed a typo -.-
Filename
00_startup.lua
DailyAutoShare.txt
diff --git a/00_startup.lua b/00_startup.lua
index 4816325..6184b92 100644
--- a/00_startup.lua
+++ b/00_startup.lua
@@ -2,7 +2,7 @@ DailyAutoShare              = DailyAutoShare or {}
 DAS                         = DailyAutoShare

 DAS.name                    = "DailyAutoShare"
-DAS.version                 = "3.3.4"
+DAS.version                 = "3.3.5"
 DAS.author                  = "manavortex"
 DAS.settings                = {}
 DAS.globalSettings          = {}
@@ -268,7 +268,7 @@ local function OnQuestAdded(eventCode, journalIndex, questName, objectiveName)
 	if not DAS.GetActiveIn(zoneId) 			then return end
 	if not GetIsQuestSharable(journalIndex) then return end
 	local shareables = DAS.shareables[zoneId] or {}
-    local bingoIndex = DAS.getBingoIndexFromQuestName(questName) or 0
+    local bingoIndex = DAS.GetBingoIndexFromQuestName(questName) or 0
     DAS.activeBingoIndices[bingoIndex] = true
 	if nil ~= shareables[questName] then
 		DAS.LogQuest(questName, false)
@@ -330,7 +330,7 @@ local function OnQuestRemoved(eventCode, isCompleted, journalIndex, questName, z
 	local autoInvite = DAS.GetAutoInvite()
     DAS.SetAutoInvite(false)

-    local bingoIndex = DAS.getBingoIndexFromQuestName(questName) or 0
+    local bingoIndex = DAS.GetBingoIndexFromQuestName(questName) or 0
     DAS.activeBingoIndices[bingoIndex] = false

     zo_callLater(function()
diff --git a/DailyAutoShare.txt b/DailyAutoShare.txt
index 2c70f13..00bf919 100644
--- a/DailyAutoShare.txt
+++ b/DailyAutoShare.txt
@@ -1,6 +1,6 @@
 ## Title: DailyAutoShare
 ## Author: manavortex
-## Version: 3.3.4
+## Version: 3.3.5
 ## APIVersion: 100023
 ## SavedVariables: DAS_Settings DAS_Globals
 ## OptionalDependsOn: LibStub LibCustomMenu LibAddonMenu-2.0 LibMediaProvider-1.0 pchat