API Update

This commit is contained in:
Florian Brinker 2017-02-08 00:01:34 +01:00
parent addf0c36cb
commit 91762d8ad6
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
## Title: AchievementInfo
## Description: Displays progress updates for achievements in the chat. You can display update-details like 'Slay 25/100 Monsters' if interested. |cFF0000Important:|r The messages appear only when an achievement is updated. This is no permanent tracking tool.
## Version: 2.11
## Version: 2.12
## Author: |c87B7CCAsto|r, @Astarax
## Contact: mail@coded-with-heart.com
## APIVersion: 100017
## APIVersion: 100018
## SavedVariables: ACHIEVEMENT_INFO_DB
## OptionalDependsOn: LibAddonMenu-2.0, LibStub

View File

@ -8,7 +8,7 @@
AchievementInfo = {}
AchievementInfo.name = "AchievementInfo"
AchievementInfo.author = "Asto, @Astarax"
AchievementInfo.version = 2.11
AchievementInfo.version = 2.12
AchievementInfo.savedVars = nil
AchievementInfo.LangStore = {}