diff --git a/desktopContext.js b/desktopContext.js index 837cf40..357f939 100644 --- a/desktopContext.js +++ b/desktopContext.js @@ -3,7 +3,7 @@ // GNU LESSER GENERAL PUBLIC LICENSE Version 2.1 // See license file for more details -// version 1.9 08/11/2022 +// version 1.9.1 08/13/2022 // hash change event management var currentHashId = ""; diff --git a/domUtil.js b/domUtil.js index b82da06..8ecb667 100644 --- a/domUtil.js +++ b/domUtil.js @@ -3,7 +3,7 @@ // GNU LESSER GENERAL PUBLIC LICENSE Version 2.1 // See license file for more details -// version 1.9 08/11/2022 +// version 1.9.1 08/13/2022 function DomUtil(){ var me = this; diff --git a/version.txt b/version.txt index ea9cb6c..aacd0e2 100644 --- a/version.txt +++ b/version.txt @@ -2,4 +2,4 @@ Copyright 2021 to WebRocketX under the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1 See license file for more details -Version 1.9 08/11/2022 +Version 1.9.1 08/13/2022 diff --git a/webRocketXStyles.css b/webRocketXStyles.css index cd2480d..665da23 100644 --- a/webRocketXStyles.css +++ b/webRocketXStyles.css @@ -4,7 +4,7 @@ GNU LESSER GENERAL PUBLIC LICENSE Version 2.1 See license file for more details */ -/* version 1.9 08/11/2022 */ +/* version 1.9.1 08/13/2022 */ .BDT_Dialog_Layer { position: absolute; diff --git a/webapi.js b/webapi.js index 6e3932f..2d258a1 100644 --- a/webapi.js +++ b/webapi.js @@ -2,7 +2,7 @@ // GNU LESSER GENERAL PUBLIC LICENSE Version 2.1 // See license file for more details -// version 1.9 08/11/2022 +// version 1.9.1 08/13/2022 function AsyncRequest() { this.successCallbackReference = null;