Removed patch versions from Manifest

Roland Solymosi [06-29-20 - 19:12]
Removed patch versions from Manifest
Filename
MyCollection/Globals.lua
MyCollection/MyCollection.txt
diff --git a/MyCollection/Globals.lua b/MyCollection/Globals.lua
index c36207b..b84cc9a 100644
--- a/MyCollection/Globals.lua
+++ b/MyCollection/Globals.lua
@@ -2,7 +2,7 @@ local MyCollection = MyCollection

 MyCollection.Name = "MyCollection"
 MyCollection.DisplayName = "My Collection"
-MyCollection.Version = "0.1.0"
+MyCollection.Version = "0.1"
 MyCollection.Internals.SavedVariables = {
   Inventory = {
     Name = "MyCollection_Inventory",
diff --git a/MyCollection/MyCollection.txt b/MyCollection/MyCollection.txt
index 58a213b..a005e39 100644
--- a/MyCollection/MyCollection.txt
+++ b/MyCollection/MyCollection.txt
@@ -1,7 +1,7 @@
 ## Title: |c77ee02My Collection|r || Version: 0.1.0
 ## Author: |c87ddf2AlvinTheFox|r
 ## APIVersion: 100031
-## Version: 0.1.0
+## Version: 0.1
 ## Description: Customizable set collection tracker.
 ## SavedVariables: MyCollection_Settings MyCollection_Collection MyCollection_Inventory
 ## DependsOn: LibSavedVars LibMainMenu-2.0 LibSets