Fixed where system won't register if no uuid in config (from manual config)

This commit is contained in:
Heath Volmer
2018-08-01 15:30:10 -06:00
parent 1371c728c5
commit 7e8cdd738f
3 changed files with 15 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
[assembly: AssemblyTitle("PepperDashEssentials")]
[assembly: AssemblyCompany("PepperDash Technology Corp")]
[assembly: AssemblyProduct("PepperDashEssentials")]
[assembly: AssemblyCopyright("Copyright © PepperDash Technology Corp 2017")]
[assembly: AssemblyCopyright("Copyright © PepperDash Technology Corp 2018")]
[assembly: AssemblyVersion("1.2.5.*")]