Skip to content

Commit 1d091b4

Browse files
committed
Changed release number to 1.0.2
1 parent 2d6c011 commit 1d091b4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/prerender/prerenderAngular1.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
2-
* version 1.0.1
2+
* version 1.0.2
33
* Github: https://github.com/dingyuliang/prerenderready-javascript
44
* Blog: http://netopensource.com/tag/prerender/
55
* License: GNU GENERAL PUBLIC LICENSE, https://github.com/dingyuliang/prerenderready-javascript/blob/master/LICENSE
66
*/
7-
7+
88
(function (window, angular) {
99

1010
if (typeof angular == "undefined")

src/prerender/prerenderio.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
2-
* version 1.0.1
2+
* version 1.0.2
33
* Github: https://github.com/dingyuliang/prerenderready-javascript
44
* Blog: http://netopensource.com/tag/prerender/
55
* License: GNU GENERAL PUBLIC LICENSE, https://github.com/dingyuliang/prerenderready-javascript/blob/master/LICENSE
66
*/
7-
7+
88
(function (window) {
99
// by now, we don't support to disable ajax tracking for single ajax call in one page.
1010

src/prerender/prerenderjQuery.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
2-
* version 1.0.1
2+
* version 1.0.2
33
* Github: https://github.com/dingyuliang/prerenderready-javascript
44
* Blog: http://netopensource.com/tag/prerender/
55
* License: GNU GENERAL PUBLIC LICENSE, https://github.com/dingyuliang/prerenderready-javascript/blob/master/LICENSE
66
*/
7-
7+
88
(function (window, $) {
99

1010
if(typeof $ == "undefined")

0 commit comments

Comments
 (0)