Skip to content

Commit

Permalink
3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarkas committed Jul 20, 2015
1 parent 68cd2ba commit e5cb874
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html5shiv",
"version": "3.7.2",
"version": "3.7.3",
"main": [
"dist/html5shiv.js"
],
Expand Down
4 changes: 2 additions & 2 deletions dist/html5shiv-printshiv.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @preserve HTML5 Shiv 3.7.3-pre | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
*/
;(function(window, document) {
/*jshint evil:true */
/** version */
var version = '3.7.3-pre';
var version = '3.7.3';

/** Preset options */
var options = window.html5 || {};
Expand Down
4 changes: 2 additions & 2 deletions dist/html5shiv-printshiv.min.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/html5shiv.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @preserve HTML5 Shiv 3.7.3-pre | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
*/
;(function(window, document) {
/*jshint evil:true */
/** version */
var version = '3.7.3-pre';
var version = '3.7.3';

/** Preset options */
var options = window.html5 || {};
Expand Down
4 changes: 2 additions & 2 deletions dist/html5shiv.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html5shiv",
"version": "3.7.2",
"version": "3.7.3",
"repository": {
"type": "git",
"url": "https://github.com/aFarkas/html5shiv.git"
Expand Down
4 changes: 2 additions & 2 deletions src/html5shiv-printshiv.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @preserve HTML5 Shiv 3.7.3-pre | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
*/
;(function(window, document) {
/*jshint evil:true */
/** version */
var version = '3.7.3-pre';
var version = '3.7.3';

/** Preset options */
var options = window.html5 || {};
Expand Down
4 changes: 2 additions & 2 deletions src/html5shiv.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @preserve HTML5 Shiv 3.7.3-pre | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
*/
;(function(window, document) {
/*jshint evil:true */
/** version */
var version = '3.7.3-pre';
var version = '3.7.3';

/** Preset options */
var options = window.html5 || {};
Expand Down

0 comments on commit e5cb874

Please sign in to comment.