diff --git a/History.txt b/History.txt index 60fe0548..2e79ad47 100644 --- a/History.txt +++ b/History.txt @@ -5,6 +5,13 @@ Company : SHTRIH-M www.shtrih-m.ru (495) 787-6090 Url : https://github.com/shtrih-m/javapos_shtrih +******************************************************************************** + + 14.04.2023 + deviceServiceVersion = 1013696 + + [-] Fixed error with null object reference + ******************************************************************************** 10.04.2023 diff --git a/Source/FiscalPrinterService/src/com/shtrih/util/ServiceVersion.java b/Source/FiscalPrinterService/src/com/shtrih/util/ServiceVersion.java index 680ffdec..e0c95185 100644 --- a/Source/FiscalPrinterService/src/com/shtrih/util/ServiceVersion.java +++ b/Source/FiscalPrinterService/src/com/shtrih/util/ServiceVersion.java @@ -1,5 +1,5 @@ package com.shtrih.util; public class ServiceVersion { - public static final String VERSION = "695"; + public static final String VERSION = "695-1-g024d0211"; } \ No newline at end of file