Updated version and added disclaimer
Jayden Platell [03-23-15 - 03:36]
Updated version and added disclaimer
diff --git a/Librarian.lua b/Librarian.lua
index 7bfe11e..b862f61 100644
--- a/Librarian.lua
+++ b/Librarian.lua
@@ -10,7 +10,7 @@ ZO_CreateStringId("SI_LIBRARIAN_SORT_TYPE_TITLE", "Title")
ZO_CreateStringId("SI_LIBRARIAN_SORT_TYPE_WORD_COUNT", "Words")
ZO_CreateStringId("SI_LIBRARIAN_MARK_UNREAD", "Mark as Unread")
ZO_CreateStringId("SI_LIBRARIAN_MARK_READ", "Mark as Read")
-ZO_CreateStringId("SI_LIBRARIAN_CREDIT", "Librarian 1.4.0 by Flamage")
+ZO_CreateStringId("SI_LIBRARIAN_CREDIT", "Librarian 1.5.0 by Flamage")
ZO_CreateStringId("SI_LIBRARIAN_BOOK_COUNT", "%d Books")
ZO_CreateStringId("SI_LIBRARIAN_UNREAD_COUNT", "%s (%d Unread)")
ZO_CreateStringId("SI_LIBRARIAN_SHOW_ALL_BOOKS", "Show books for all characters")
diff --git a/Librarian.txt b/Librarian.txt
index 3c1d9ee..133968b 100644
--- a/Librarian.txt
+++ b/Librarian.txt
@@ -22,4 +22,14 @@ Libs\LibAddonMenu-2.0\controls\texture.lua
Librarian.lua
LibrarianSettings.lua
Librarian.xml
-Bindings.xml
\ No newline at end of file
+Bindings.xml
+
+; DISCLAIMER:
+;
+; This Add-on is not created by, affiliated with or sponsored by ZeniMax
+; Media Inc. or its affiliates. The Elder Scrolls® and related logos are
+; registered trademarks or trademarks of ZeniMax Media Inc. in the United
+; States and/or other countries. All rights reserved.
+;
+; You can read the full terms at:
+; https://account.elderscrollsonline.com/add-on-terms
\ No newline at end of file
diff --git a/LibrarianSettings.lua b/LibrarianSettings.lua
index f019123..92768f9 100644
--- a/LibrarianSettings.lua
+++ b/LibrarianSettings.lua
@@ -79,7 +79,7 @@ function LibrarianSettings:Initialise(settings)
name = "Librarian",
displayName = "Librarian Book Manager",
author = "Flamage",
- version = "1.4.0",
+ version = "1.5.0",
slashCommand = "/librarianOptions"
}