This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/flagon-useralejs.git


The following commit(s) were added to refs/heads/test by this push:
     new 13a279b  updates versioning in example files
13a279b is described below

commit 13a279b01448a450b3816651055085e16253e197
Author: poorejc <[email protected]>
AuthorDate: Wed Aug 9 00:48:22 2023 -0400

    updates versioning in example files
---
 example/index.html                       | 2 +-
 example/log-attribute-example/index.html | 2 +-
 example/log-label-example/index.html     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/example/index.html b/example/index.html
index d63e5b6..c692234 100644
--- a/example/index.html
+++ b/example/index.html
@@ -18,7 +18,7 @@ limitations under the License.
 
   <!-- Load UserALE.js and set logging parameters-->
   <script
-          src="../build/userale-2.3.0.min.js"
+          src="../build/userale-2.4.0.min.js"
           data-url="http://localhost:8000/";
           data-user="example-user"
           data-log-details="true"
diff --git a/example/log-attribute-example/index.html 
b/example/log-attribute-example/index.html
index 2ba7c3a..56935bd 100644
--- a/example/log-attribute-example/index.html
+++ b/example/log-attribute-example/index.html
@@ -15,7 +15,7 @@ limitations under the License.
 <html>
 <head>
     <script
-            src="../../build/userale-2.3.0.min.js"
+            src="../../build/userale-2.4.0.min.js"
             data-url=""
             data-tool="Apache UserALE.js Example"
             data-threshold="1"
diff --git a/example/log-label-example/index.html 
b/example/log-label-example/index.html
index 317c14a..7d6b444 100644
--- a/example/log-label-example/index.html
+++ b/example/log-label-example/index.html
@@ -15,7 +15,7 @@ limitations under the License.
 <html>
 <head>
     <script
-            src="../../build/userale-2.3.0.min.js"
+            src="../../build/userale-2.4.0.min.js"
             data-url=""
             data-tool="Apache UserALE.js Example"
             data-threshold="1"

Reply via email to