fixed a typo

git [06-29-18 - 14:46]
fixed a typo
Filename
FurnitureCatalogue.txt
data/LuxuryFurnisher.lua
startup.lua
diff --git a/FurnitureCatalogue.txt b/FurnitureCatalogue.txt
index 7e64a90..44fd680 100644
--- a/FurnitureCatalogue.txt
+++ b/FurnitureCatalogue.txt
@@ -1,6 +1,6 @@
 ## Title: FurnitureCatalogue
 ## Author: manavortex
-## Version: 2.5.7
+## Version: 2.5.71
 ## APIVersion: 100023
 ## SavedVariables: FurnitureCatalogue_Settings
 ## OptionalDependsOn: pChat
diff --git a/data/LuxuryFurnisher.lua b/data/LuxuryFurnisher.lua
index fe7401d..b0b9a1c 100644
--- a/data/LuxuryFurnisher.lua
+++ b/data/LuxuryFurnisher.lua
@@ -2,7 +2,7 @@ FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {}
 FurC.LuxuryFurnisher[FURC_ALTMER] = {


-    [139094= { -- Daedric Altar, Periyte
+    [139094] = { -- Daedric Altar, Periyte
 		itemPrice 	= 40000,
 		itemDate	= "2016-06-30",
 	},
diff --git a/startup.lua b/startup.lua
index 6c99ba9..0b83030 100644
--- a/startup.lua
+++ b/startup.lua
@@ -1,7 +1,7 @@
 FurnitureCatalogue 					= {}
 FurnitureCatalogue.name				= "FurnitureCatalogue"
 FurnitureCatalogue.author			= "manavortex"
-FurnitureCatalogue.version          = "2.5.7"
+FurnitureCatalogue.version          = "2.5.71"
 FurnitureCatalogue.CharacterName	= nil
 FurnitureCatalogue.settings			= {}