Skip to content

Commit

Permalink
Remove pre from printshiv version
Browse files Browse the repository at this point in the history
  • Loading branch information
SlexAxton committed Feb 26, 2013
1 parent 0157166 commit 19003d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html5printshiv.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ define(function() {
;(function(window, document) {
/*jshint evil:true */
/** version */
var version = '3.6.2pre';
var version = '3.6.2';

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

0 comments on commit 19003d2

Please sign in to comment.