Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jun 16, 2015
1 parent e69e550 commit 78cecce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootlint.js
Expand Up @@ -35,7 +35,7 @@ var LocationIndex = _location.LocationIndex;
var NUM2SCREEN = ['xs', 'sm', 'md', 'lg'];
var IN_NODE_JS = !!(cheerio.load);
var MIN_JQUERY_VERSION = '1.9.1';// as of Bootstrap v3.3.0
var CURRENT_BOOTSTRAP_VERSION = '3.3.4';
var CURRENT_BOOTSTRAP_VERSION = '3.3.5';
var BOOTSTRAP_VERSION_4 = '4.0.0';
var PLUGINS = [
'affix',
Expand Down

0 comments on commit 78cecce

Please sign in to comment.