]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
12 years agoMoves one @printf statement to be more accurate.
Nicolas Dudebout [Wed, 2 Jan 2013 10:59:55 +0000 (05:59 -0500)] 
Moves one @printf statement to be more accurate.

12 years agoReplaces some @echo recipes by @printf.
Nicolas Dudebout [Wed, 2 Jan 2013 10:42:59 +0000 (05:42 -0500)] 
Replaces some @echo recipes by @printf.

The echo command does not understand the -n argument on Mac OS X.
This is due to the fact that:

  - Makefile calls /bin/sh to execute a command
  - in Mac OS X, /bin/sh is a link to bash
  - in Mac OS X, bash is compiled with --enable-strict-posix-default

Therefore, the echo command does not have the -n argument.

printf on the other hand is a builtin function that works well on Mac OS X and Linux.

12 years agoSplits the progress @echo statements in the Makefile.
Nicolas Dudebout [Mon, 12 Nov 2012 00:13:43 +0000 (19:13 -0500)] 
Splits the progress @echo statements in the Makefile.

12 years agoReset docs jumbotron button to blue defaults
Mark Otto [Sun, 13 Jan 2013 12:27:51 +0000 (04:27 -0800)] 
Reset docs jumbotron button to blue defaults

12 years agoMerge branch '2.3.0-wip' into 3.0.0-wip
Mark Otto [Sun, 13 Jan 2013 12:26:52 +0000 (04:26 -0800)] 
Merge branch '2.3.0-wip' into 3.0.0-wip

Conflicts:
Makefile
README.md
component.json
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
docs/assets/js/bootstrap-affix.js
docs/assets/js/bootstrap-alert.js
docs/assets/js/bootstrap-button.js
docs/assets/js/bootstrap-carousel.js
docs/assets/js/bootstrap-collapse.js
docs/assets/js/bootstrap-dropdown.js
docs/assets/js/bootstrap-modal.js
docs/assets/js/bootstrap-popover.js
docs/assets/js/bootstrap-scrollspy.js
docs/assets/js/bootstrap-tab.js
docs/assets/js/bootstrap-tooltip.js
docs/assets/js/bootstrap-transition.js
docs/assets/js/bootstrap-typeahead.js
docs/assets/js/bootstrap.js
docs/components.html
docs/css.html
docs/examples/fluid.html
docs/extend.html
docs/getting-started.html
docs/index.html
docs/templates/pages/base-css.mustache
docs/templates/pages/components.mustache
docs/templates/pages/extend.mustache
docs/templates/pages/getting-started.mustache
docs/templates/pages/index.mustache
docs/templates/pages/javascript.mustache
js/bootstrap-affix.js
js/bootstrap-alert.js
js/bootstrap-button.js
js/bootstrap-carousel.js
js/bootstrap-collapse.js
js/bootstrap-dropdown.js
js/bootstrap-modal.js
js/bootstrap-popover.js
js/bootstrap-scrollspy.js
js/bootstrap-tab.js
js/bootstrap-tooltip.js
js/bootstrap-transition.js
js/bootstrap-typeahead.js
less/bootstrap.less
less/buttons.less
less/forms.less
less/navbar.less
less/popovers.less
less/responsive-767px-max.less
less/responsive.less
less/tables.less
less/tooltip.less
less/type.less
less/variables.less
package.json

12 years agoRemove comment out code and simplify what's left for button group toggles
Mark Otto [Sun, 13 Jan 2013 12:05:34 +0000 (04:05 -0800)] 
Remove comment out code and simplify what's left for button group toggles

12 years agoFix btn link hover and tweak dropdown border/shadows
Mark Otto [Sun, 13 Jan 2013 12:04:16 +0000 (04:04 -0800)] 
Fix btn link hover and tweak dropdown border/shadows

12 years agoFix up .brand in navbar of docs
Mark Otto [Sun, 13 Jan 2013 04:10:42 +0000 (20:10 -0800)] 
Fix up .brand in navbar of docs

12 years agowhite text on buttons on hover for links
Mark Otto [Sun, 13 Jan 2013 04:08:13 +0000 (20:08 -0800)] 
white text on buttons on hover for links

12 years agoUpdate Holder.js 1.6 to 1.9
Mark Otto [Sun, 13 Jan 2013 03:49:15 +0000 (19:49 -0800)] 
Update Holder.js 1.6 to 1.9

12 years agoNuke shadow on pagination
Mark Otto [Sun, 13 Jan 2013 03:46:47 +0000 (19:46 -0800)] 
Nuke shadow on pagination

12 years agofixed navbars fixings
Mark Otto [Sun, 13 Jan 2013 03:44:51 +0000 (19:44 -0800)] 
fixed navbars fixings

12 years agoRemove shadows from active links in navbar
Mark Otto [Sun, 13 Jan 2013 03:02:58 +0000 (19:02 -0800)] 
Remove shadows from active links in navbar

12 years agoTweak button
Mark Otto [Sun, 13 Jan 2013 03:02:48 +0000 (19:02 -0800)] 
Tweak button

12 years agobuttons and button group flattening improvements
Mark Otto [Sun, 13 Jan 2013 02:52:06 +0000 (18:52 -0800)] 
buttons and button group flattening improvements

12 years agoremove font-sizes from button group btn sizes
Mark Otto [Sun, 13 Jan 2013 01:54:30 +0000 (17:54 -0800)] 
remove font-sizes from button group btn sizes

12 years agofinetune buttons flattened colors
Mark Otto [Sun, 13 Jan 2013 01:51:57 +0000 (17:51 -0800)] 
finetune buttons flattened colors

12 years agoFlatten navbar
Mark Otto [Sat, 12 Jan 2013 22:31:18 +0000 (14:31 -0800)] 
Flatten navbar

12 years agoMerge branch '3.0.0-wip' into bs3-flatten
Mark Otto [Sat, 12 Jan 2013 22:16:49 +0000 (14:16 -0800)] 
Merge branch '3.0.0-wip' into bs3-flatten

12 years agoRemove mention of Extend page from readme and index page
Mark Otto [Sat, 12 Jan 2013 21:57:41 +0000 (13:57 -0800)] 
Remove mention of Extend page from readme and index page

12 years agoRemove Extend page from the docs entirely
Mark Otto [Sat, 12 Jan 2013 21:46:07 +0000 (13:46 -0800)] 
Remove Extend page from the docs entirely

* Information was old and out of date on compiling Bootstrap
* Information was also not directly related to Bootstrap with background info on Less and apps for compiling (Google it, yo)
* Starter template and recommended HTML is already in use on the Getting Started page

12 years agoRemove parent div from pagination component
Mark Otto [Sat, 12 Jan 2013 21:15:19 +0000 (13:15 -0800)] 
Remove parent div from pagination component

* No more div.pagination; it's now just ul.pagination
* No more .pagination-right or .pagination-centered
* Sizes remain
* Any further customization, such as alignment, should be done on the individual application or site level.

12 years agoUpdate extend page to point to readme for compiling.
Mark Otto [Sat, 12 Jan 2013 20:41:01 +0000 (12:41 -0800)] 
Update extend page to point to readme for compiling.

Note that we'll be dropping this page entirely as it's out of date and other compiling options are not recommended for contributing back to the project.

12 years agoAddress #6459 and add mention of disabled links in dropdowns to le docs
Mark Otto [Sat, 12 Jan 2013 08:33:12 +0000 (00:33 -0800)] 
Address #6459 and add mention of disabled links in dropdowns to le docs

12 years agoMerge pull request #6462 from cvrebert/input-required-docs-fix-2.3.0
Mark Otto [Sat, 12 Jan 2013 08:29:34 +0000 (00:29 -0800)] 
Merge pull request #6462 from cvrebert/input-required-docs-fix-2.3.0

update 2.3.0 docs to reflect #5786

12 years agoMerge pull request #6463 from cvrebert/input-required-docs-fix-3.0.0
Mark Otto [Sat, 12 Jan 2013 08:29:23 +0000 (00:29 -0800)] 
Merge pull request #6463 from cvrebert/input-required-docs-fix-3.0.0

update 3.0.0 docs to reflect #5786

12 years agoMerge pull request #6472 from RWOverdijk/patch-1
Mark Otto [Sat, 12 Jan 2013 08:21:08 +0000 (00:21 -0800)] 
Merge pull request #6472 from RWOverdijk/patch-1

Update composer.json

12 years agofix username navbar text in fluid example for responsive variations
Mark Otto [Sat, 12 Jan 2013 08:20:13 +0000 (00:20 -0800)] 
fix username navbar text in fluid example for responsive variations

12 years agoFixes #6538: Add th support to all the .table-rounded selectors
Mark Otto [Sat, 12 Jan 2013 07:38:53 +0000 (23:38 -0800)] 
Fixes #6538: Add th support to all the .table-rounded selectors

12 years agoFixes #6528: Make .navbar a:hover .caret use @navbarlinkcolorhover and not -active
Mark Otto [Sat, 12 Jan 2013 07:35:22 +0000 (23:35 -0800)] 
Fixes #6528: Make .navbar a:hover .caret use @navbarlinkcolorhover and not -active

12 years agoAddress #6545: clarify initialization of tooltips in docs
Mark Otto [Sat, 12 Jan 2013 04:58:24 +0000 (20:58 -0800)] 
Address #6545: clarify initialization of tooltips in docs

12 years agoFixes #6547: Make blockquotes use multiple of @baseFontSize
Mark Otto [Sat, 12 Jan 2013 04:55:09 +0000 (20:55 -0800)] 
Fixes #6547: Make blockquotes use multiple of @baseFontSize

12 years agoFixes #6552: example fix for button group
Mark Otto [Sat, 12 Jan 2013 04:52:39 +0000 (20:52 -0800)] 
Fixes #6552: example fix for button group

12 years agoFixes #6553: example fix for validation states
Mark Otto [Sat, 12 Jan 2013 04:51:11 +0000 (20:51 -0800)] 
Fixes #6553: example fix for validation states

12 years agoIncrease input group margin on bottom and vertically center to match inputs
Mark Otto [Sat, 12 Jan 2013 04:46:21 +0000 (20:46 -0800)] 
Increase input group margin on bottom and vertically center to match inputs

12 years agoFixes #6473: Make .input-prepend and .input-append inline-block to match other form...
Mark Otto [Sat, 12 Jan 2013 04:42:44 +0000 (20:42 -0800)] 
Fixes #6473: Make .input-prepend and .input-append inline-block to match other form states

12 years agoFixes #6474: remove duplicate .btn border colors to make @btn-border work
Mark Otto [Sat, 12 Jan 2013 04:40:17 +0000 (20:40 -0800)] 
Fixes #6474: remove duplicate .btn border colors to make @btn-border work

12 years agoFixes #6478: scope table backgrounds to immediate td/th elements
Mark Otto [Sat, 12 Jan 2013 04:38:14 +0000 (20:38 -0800)] 
Fixes #6478: scope table backgrounds to immediate td/th elements

12 years agoComment fix
Mark Otto [Sat, 12 Jan 2013 04:30:56 +0000 (20:30 -0800)] 
Comment fix

12 years agoMerge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Mark Otto [Sat, 12 Jan 2013 04:27:00 +0000 (20:27 -0800)] 
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip

12 years agoRemove overflow: auto; from .tab-content
Mark Otto [Sat, 12 Jan 2013 04:26:48 +0000 (20:26 -0800)] 
Remove overflow: auto; from .tab-content

12 years agoFixes #6555: remove .controls-row from responsive
Mark Otto [Sat, 12 Jan 2013 04:23:37 +0000 (20:23 -0800)] 
Fixes #6555: remove .controls-row from responsive

12 years agoMerge pull request #6550 from Boulox/font-variable-fix
Mark Otto [Fri, 11 Jan 2013 19:11:32 +0000 (11:11 -0800)] 
Merge pull request #6550 from Boulox/font-variable-fix

Add glyphicons font path variable

12 years agoRemove navbar links from sticky footer navbar example
Mark Otto [Fri, 11 Jan 2013 19:00:45 +0000 (11:00 -0800)] 
Remove navbar links from sticky footer navbar example

12 years agoMerge branch 'wilfra-patch-2' into 2.3.0-wip
Mark Otto [Fri, 11 Jan 2013 18:58:17 +0000 (10:58 -0800)] 
Merge branch 'wilfra-patch-2' into 2.3.0-wip

12 years agoAdd glyphicons font path variable 6550/head
Fabien [Fri, 11 Jan 2013 17:32:00 +0000 (18:32 +0100)] 
Add glyphicons font path variable

12 years agoNuke .popover-inner from the JS since we nuked it from the CSS/HTML long ago
Mark Otto [Fri, 11 Jan 2013 02:50:52 +0000 (18:50 -0800)] 
Nuke .popover-inner from the JS since we nuked it from the CSS/HTML long ago

12 years agoUpdate docs/examples/marketing-narrow.html 6529/head
William Franceschine [Thu, 10 Jan 2013 10:14:14 +0000 (02:14 -0800)] 
Update docs/examples/marketing-narrow.html

Updated copyright to 2013

12 years agoUpdate docs/examples/marketing-alternate.html
William Franceschine [Thu, 10 Jan 2013 10:13:57 +0000 (02:13 -0800)] 
Update docs/examples/marketing-alternate.html

Updated copyright to 2013

12 years agoUpdate docs/examples/hero.html
William Franceschine [Thu, 10 Jan 2013 10:13:43 +0000 (02:13 -0800)] 
Update docs/examples/hero.html

Updated copyright to 2013

12 years agoUpdate docs/examples/carousel.html
William Franceschine [Thu, 10 Jan 2013 10:13:26 +0000 (02:13 -0800)] 
Update docs/examples/carousel.html

Updated copyright to 2013

12 years agoUpdate docs/examples/fluid.html
William Franceschine [Thu, 10 Jan 2013 10:10:52 +0000 (02:10 -0800)] 
Update docs/examples/fluid.html

Updated copyright to 2013

12 years agoMerge branch 'aronwoost-patch-1' into 2.3.0-wip
Mark Otto [Thu, 10 Jan 2013 05:37:11 +0000 (21:37 -0800)] 
Merge branch 'aronwoost-patch-1' into 2.3.0-wip

12 years agoMerge branch 'Justin-John-master' into 2.3.0-wip
Mark Otto [Thu, 10 Jan 2013 05:35:50 +0000 (21:35 -0800)] 
Merge branch 'Justin-John-master' into 2.3.0-wip

12 years agoadd sticky footer with navbar
Mark Otto [Thu, 10 Jan 2013 03:53:42 +0000 (19:53 -0800)] 
add sticky footer with navbar

12 years agoAdd text alignment utility classes 6546/head
Mark Otto [Thu, 10 Jan 2013 02:56:08 +0000 (18:56 -0800)] 
Add text alignment utility classes

12 years agoCorrected carousel arrows to active.#6494, #6489 6507/head
Justin John Mathews [Wed, 9 Jan 2013 10:23:17 +0000 (15:53 +0530)] 
Corrected carousel arrows to active.#6494, #6489

Corrected the carousel arrows to active on resizing the browser window.

12 years agoreplaced tabs with spaces 6506/head
Aron Woost [Wed, 9 Jan 2013 09:15:15 +0000 (10:15 +0100)] 
replaced tabs with spaces

12 years agoUpdate composer.json 6472/head
Wesley Overdijk [Sun, 6 Jan 2013 15:43:41 +0000 (16:43 +0100)] 
Update composer.json

target-dir is not needed. All it does, is nest everything another level deeper. It should only be used for completing psr-0 paths.

12 years agoupdate docs to reflect #5786 6463/head
Chris Rebert [Sun, 6 Jan 2013 01:36:20 +0000 (17:36 -0800)] 
update docs to reflect #5786

12 years agoupdate docs to reflect #5786 6462/head
Chris Rebert [Sun, 6 Jan 2013 01:14:22 +0000 (17:14 -0800)] 
update docs to reflect #5786

12 years agoSuper lame typo on my part, sorry @necolas :)
Mark Otto [Sat, 29 Dec 2012 01:24:13 +0000 (19:24 -0600)] 
Super lame typo on my part, sorry @necolas :)

12 years agoImprove documentation for new form validation styles
Mark Otto [Fri, 28 Dec 2012 20:47:55 +0000 (14:47 -0600)] 
Improve documentation for new form validation styles

12 years agoPopovers are now flexible width:
Mark Otto [Fri, 28 Dec 2012 20:18:59 +0000 (14:18 -0600)] 
Popovers are now flexible width:

* Instead of a fixed width, we use max-width
* Width has been increased from 240px to 280px
* Added ability to hide the title via CSS :empty selector if no title is provided

12 years agoMerge pull request #6407 from aurnik/master
Mark Otto [Fri, 28 Dec 2012 19:10:46 +0000 (11:10 -0800)] 
Merge pull request #6407 from aurnik/master

Fix link to File structure anchor

12 years agoMerge branch 'sparanoid-transition-duration' into 2.3.0-wip
Mark Otto [Fri, 28 Dec 2012 19:08:49 +0000 (13:08 -0600)] 
Merge branch 'sparanoid-transition-duration' into 2.3.0-wip

Conflicts:
docs/assets/img/bootstrap-docs-readme.png

12 years agoAdd transition-duration mixin 6411/head
Tunghsiao Liu [Fri, 28 Dec 2012 08:19:12 +0000 (16:19 +0800)] 
Add transition-duration mixin

12 years ago Fix link to File structure anchor 6407/head
Aurnik Islam [Thu, 27 Dec 2012 09:49:09 +0000 (01:49 -0800)] 
 Fix link to File structure anchor

12 years agoSimplify form validation states while enabling them to be applied to one field at...
Mark Otto [Wed, 26 Dec 2012 21:57:52 +0000 (15:57 -0600)] 
Simplify form validation states while enabling them to be applied to one field at a time.

12 years agoRemove .text-info and .info form validation states
Mark Otto [Wed, 26 Dec 2012 20:59:58 +0000 (14:59 -0600)] 
Remove .text-info and .info form validation states

12 years agoDrop .input-block-level modifier as inputs are already width: 100%;
Mark Otto [Wed, 26 Dec 2012 20:19:48 +0000 (14:19 -0600)] 
Drop .input-block-level modifier as inputs are already width: 100%;

12 years agoAdd grid column example to form input sizing
Mark Otto [Wed, 26 Dec 2012 20:13:44 +0000 (14:13 -0600)] 
Add grid column example to form input sizing

12 years agoRemove .controls-row; instead, folks should use .row and .span* for all their grid...
Mark Otto [Wed, 26 Dec 2012 20:09:36 +0000 (14:09 -0600)] 
Remove .controls-row; instead, folks should use .row and .span* for all their grid input sizing needs when multiple inputs per line are required

12 years agoCleanup spacing in variables file
Mark Otto [Wed, 26 Dec 2012 20:06:21 +0000 (14:06 -0600)] 
Cleanup spacing in variables file

12 years agoRestore .form-horizontal
Mark Otto [Wed, 26 Dec 2012 19:59:09 +0000 (13:59 -0600)] 
Restore .form-horizontal

12 years agoRun make on previous commits
Mark Otto [Wed, 26 Dec 2012 19:59:01 +0000 (13:59 -0600)] 
Run make on previous commits

12 years agoMerge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Mark Otto [Wed, 26 Dec 2012 16:15:23 +0000 (10:15 -0600)] 
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip

12 years agoAdd longer tooltip example to docs, tighten up line-height on tooltip; run make
Mark Otto [Wed, 26 Dec 2012 15:36:07 +0000 (09:36 -0600)] 
Add longer tooltip example to docs, tighten up line-height on tooltip; run make

12 years agoMerge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Mark Otto [Wed, 26 Dec 2012 15:21:34 +0000 (09:21 -0600)] 
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip

12 years agoMerge pull request #6378 from Yohn/patch-7
fat-kun [Tue, 25 Dec 2012 00:17:25 +0000 (16:17 -0800)] 
Merge pull request #6378 from Yohn/patch-7

fixes tooltip insert problems

12 years agoUpdate docs/templates/pages/javascript.mustache 6378/head
Yohn [Tue, 25 Dec 2012 00:03:13 +0000 (19:03 -0500)] 
Update docs/templates/pages/javascript.mustache

12 years agoUpdate docs/javascript.html
Yohn [Tue, 25 Dec 2012 00:01:56 +0000 (19:01 -0500)] 
Update docs/javascript.html

12 years agomade container option be false
Yohn [Mon, 24 Dec 2012 23:59:37 +0000 (18:59 -0500)] 
made container option be false

12 years agoremoved the length check
Yohn [Mon, 24 Dec 2012 23:07:41 +0000 (18:07 -0500)] 
removed the length check

updated it to @fat's suggestion

12 years agoUpdate docs to reflect latest on .clearfix
Mark Otto [Mon, 24 Dec 2012 10:08:45 +0000 (02:08 -0800)] 
Update docs to reflect latest on .clearfix

12 years agoRemove .badge-info and .badge-inverse; change docs label of .badge-important to ...
Mark Otto [Mon, 24 Dec 2012 10:06:28 +0000 (02:06 -0800)] 
Remove .badge-info and .badge-inverse; change docs label of .badge-important to .badge-danger

12 years agoMerge pull request #6380 from Yohn/patch-10
fat-kun [Mon, 24 Dec 2012 03:22:51 +0000 (19:22 -0800)] 
Merge pull request #6380 from Yohn/patch-10

promote using data-toggle instead of rel for tooltip and popover

12 years agoMerge pull request #6375 from tkawachi/tooltip-events-2.3.0
fat-kun [Mon, 24 Dec 2012 03:19:58 +0000 (19:19 -0800)] 
Merge pull request #6375 from tkawachi/tooltip-events-2.3.0

Tooltips fires show, shown, hide, hidden events

12 years agodata-toggle instead of rel for tooltip and popover 6380/head
Yohn [Sun, 23 Dec 2012 12:04:24 +0000 (07:04 -0500)] 
data-toggle instead of rel for tooltip and popover

12 years agodata-toggle instead of rel for tooltip and popover
Yohn [Sun, 23 Dec 2012 12:00:03 +0000 (07:00 -0500)] 
data-toggle instead of rel for tooltip and popover

12 years agodata-toggle instead of rel for tooltip and popover
Yohn [Sun, 23 Dec 2012 11:51:46 +0000 (06:51 -0500)] 
data-toggle instead of rel for tooltip and popover

12 years agoUpdate docs/javascript.html
Yohn [Sun, 23 Dec 2012 09:25:27 +0000 (04:25 -0500)] 
Update docs/javascript.html

12 years agoUpdate docs/templates/pages/javascript.mustache
Yohn [Sun, 23 Dec 2012 09:23:18 +0000 (04:23 -0500)] 
Update docs/templates/pages/javascript.mustache

12 years agoUpdate js/tests/unit/bootstrap-tooltip.js
Yohn [Sun, 23 Dec 2012 09:21:02 +0000 (04:21 -0500)] 
Update js/tests/unit/bootstrap-tooltip.js

12 years agoadding container option to tooltips
Yohn [Sun, 23 Dec 2012 09:18:16 +0000 (04:18 -0500)] 
adding container option to tooltips

12 years agoAssign event variables at declarations 6375/head
KAWACHI Takashi [Sun, 23 Dec 2012 06:17:41 +0000 (15:17 +0900)] 
Assign event variables at declarations

12 years agoTooltips fires show, shown, hide, hidden events
KAWACHI Takashi [Fri, 14 Dec 2012 07:35:11 +0000 (16:35 +0900)] 
Tooltips fires show, shown, hide, hidden events

It is re-worked from #3691.

12 years agoMerge pull request #6374 from whyisjake/2.3.0-wip
fat-kun [Sun, 23 Dec 2012 05:18:36 +0000 (21:18 -0800)] 
Merge pull request #6374 from whyisjake/2.3.0-wip

Update docs/templates/pages/javascript.mustache

12 years agoUpdate docs/templates/pages/javascript.mustache 6374/head
Jake Spurlock [Sun, 23 Dec 2012 05:03:58 +0000 (21:03 -0800)] 
Update docs/templates/pages/javascript.mustache

Adding spaces around the pipes. Makes it consistent with the rest of the docs.

12 years agoVersion bump
Mark Otto [Sun, 23 Dec 2012 00:10:06 +0000 (16:10 -0800)] 
Version bump