Skip to content

Commit

Permalink
update version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Kasprowicz committed May 1, 2018
1 parent 08d9966 commit 389b6bd
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ If any of this is confusing, that's our fault and we would love to help. Join ou
Automatically record `pageviews`, `clicks`, and `form_submissions` events with robust data models:

```html
<script src="https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.4.0.min.js"></script>
<script src="https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.4.1.min.js"></script>
<script>
Keen.ready(function(){
var client = new Keen({
Expand Down
4 changes: 2 additions & 2 deletions dist/keen-tracking.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/keen-tracking.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/auto-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Automatically record pageviews, clicks, and form submissions, with a robust data
### Installation

```html
<script src="https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.4.0.min.js"></script>
<script src="https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.4.1.min.js"></script>
<script>
Keen.ready(function(){
var client = new Keen({
Expand Down Expand Up @@ -86,7 +86,7 @@ Install [mobile-detect.js](https://github.com/hgoebl/mobile-detect.js) to identi

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/mobile-detect/1.3.7/mobile-detect.js"></script>
<script src="https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.4.0.min.js"></script>
<script src="https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.4.1.min.js"></script>
<script>
Keen.ready(function(){
var md = new MobileDetect();
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/video/facebook-video/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Install the library synchronously and configure a new `client` instance to captu
<html>
<head>
<meta charset="utf-8">
<script src="https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.4.0.js"></script>
<script src="https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.4.1.js"></script>
</head>
<body>
<!-- Facebook SDK and embedded video player code -->
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/video/html5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Install the library synchronously and configure a new `client` instance to captu
<html>
<head>
<meta charset="utf-8">
<script src="https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.4.0.js"></script>
<script src="https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.4.1.js"></script>
</head>
<body>
!-- HTML5 Video Player -->
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/video/video-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Install the library synchronously and configure a new `client` instance to captu
<html>
<head>
<meta charset="utf-8">
<script src="https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.4.0.js"></script>
<script src="https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.4.1.js"></script>

<!-- Video.js Assets -->
<link href="https://vjs.zencdn.net/5.8.8/video-js.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/video/vimeo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Install the library synchronously and configure a new `client` instance to captu
<html>
<head>
<meta charset="utf-8">
<script src="https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.4.0.js"></script>
<script src="https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.4.1.js"></script>
<script src="https://player.vimeo.com/api/player.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/video/youtube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Install the library synchronously and configure a new `client` instance to captu
<html>
<head>
<meta charset="utf-8">
<script src="https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.4.0.js"></script>
<script src="https://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.4.1.js"></script>
</head>
<body>
<!-- Youtube iframe video player code -->
Expand Down

0 comments on commit 389b6bd

Please sign in to comment.