From e89098c540ee8849aadc527b3468ea357e6f161d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Dec 2012 14:35:12 -0800 Subject: bump version to 2.2.2 --- lib/css.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/css.js b/lib/css.js index 1e954c4..12e9052 100644 --- a/lib/css.js +++ b/lib/css.js @@ -24,7 +24,7 @@ var path = require('path') , less = require('less') , CACHE = {} , BRANCH = "master" - , CW = "/*!\n * Bootstrap v2.2.1\n *\n * Copyright 2012 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Designed and built with all the love in the world @twitter by @mdo and @fat.\n */\n" + , CW = "/*!\n * Bootstrap v2.2.2\n *\n * Copyright 2012 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Designed and built with all the love in the world @twitter by @mdo and @fat.\n */\n" , ERROR = "A less error occured trying to build your bundle. You've likely entered an invalid input into the less variable field. Check your syntax and try again!\n\n thanks!\n\n" , FILES = [ "variables.less" , "mixins.less" -- cgit v1.2.3