Update master to 1.1.0

Project: 
http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/commit/0a51a737
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/tree/0a51a737
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/diff/0a51a737

Branch: refs/heads/SENSSOFT-192
Commit: 0a51a7379ef8b032ee0da86deffb57aa8bbac31e
Parents: b29542e
Author: Lewis John McGibbney <lewis.mcgibb...@gmail.com>
Authored: Tue Feb 20 19:22:23 2018 -0800
Committer: Lewis John McGibbney <lewis.mcgibb...@gmail.com>
Committed: Tue Feb 20 19:22:23 2018 -0800

----------------------------------------------------------------------
 example/index.html | 4 ++--
 package.json       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/0a51a737/example/index.html
----------------------------------------------------------------------
diff --git a/example/index.html b/example/index.html
index 4849b9f..d8117d3 100644
--- a/example/index.html
+++ b/example/index.html
@@ -18,10 +18,10 @@ limitations under the License.
 <head>
   <title>UserAleJS - Example Page</title>
   <script
-    src="build/userale-1.0.0.min.js"
+    src="build/userale-1.1.0.min.js"
     data-url="http://localhost:8000/";
     data-user="example-user"
-    data-version="1.0.0"
+    data-version="1.1.0"
     data-tool="Apache UserALE.js Example"
   ></script>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/0a51a737/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 8da4605..b449531 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "useralejs",
-  "version": "1.0.0",
+  "version": "1.1.0",
   "description": "UserALE.js is the UserALE client for DOM and 
JavaScript-based applications. It automatically attaches event handlers to log 
every user interaction on a web page, including rich JS single-page apps.",
   "main": "build/userale.js",
   "scripts": {

Reply via email to