This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch FLAGON-192
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git
The following commit(s) were added to refs/heads/FLAGON-192 by this push:
new 9877a1c [FLAGON-392] minor mods to correct versioning mistakes
9877a1c is described below
commit 9877a1cdbed1668e2da5795b16bb880fac34427b
Author: poorejc <[email protected]>
AuthorDate: Fri Jun 14 13:15:03 2019 -0400
[FLAGON-392] minor mods to correct versioning mistakes
---
LICENSE | 2 +-
example/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/LICENSE b/LICENSE
index d8c4d3c..4d6bfa7 100755
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
- © Copyright 2016-2019 The Apache Software Foundation
+ © Copyright 2019 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/example/index.html b/example/index.html
index 5aa1037..be8cdfc 100644
--- a/example/index.html
+++ b/example/index.html
@@ -18,7 +18,7 @@ limitations under the License.
<head>
<title>UserAleJS - Example Page</title>
<script
- src="file:///...[your file path].../build/userale-1.1.0.min.js"
+ src="file:///...[your file path].../build/userale-2.0.0.min.js"
data-url="http://localhost:8000/"
data-user="example-user"
data-version="2.0.0"