Skip to content

Commit 909d2c8

Browse files
author
Alexander.Frakas
committed
bump version
1 parent d819291 commit 909d2c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/html5shiv-printshiv.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
2-
* @preserve HTML5 Shiv prev3.7.1 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
2+
* @preserve HTML5 Shiv 3.7.1 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
33
*/
44
;(function(window, document) {
55
/*jshint evil:true */
66
/** version */
7-
var version = '3.7.0';
7+
var version = '3.7.1';
88

99
/** Preset options */
1010
var options = window.html5 || {};

src/html5shiv.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
2-
* @preserve HTML5 Shiv prev3.7.1 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
2+
* @preserve HTML5 Shiv 3.7.1 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
33
*/
44
;(function(window, document) {
55
/*jshint evil:true */
66
/** version */
7-
var version = '3.7.0';
7+
var version = '3.7.1';
88

99
/** Preset options */
1010
var options = window.html5 || {};

0 commit comments

Comments
 (0)