Skip to content

Commit

Permalink
[RELEASE] Release of 7.0.1 for TER release with TYPO3 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Kott committed Mar 22, 2016
1 parent 2bc505c commit c278f60
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Build/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-package",
"version": "7.0.0",
"version": "7.0.1",
"authors": [{
"name": "Benjamin Kott <[email protected]>",
"role": "Developer",
Expand Down
2 changes: 1 addition & 1 deletion Build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"readme": "../README.rst",
"homepage": "http://www.bk2k.info",
"author": "Benjamin Kott",
"version": "7.0.0",
"version": "7.0.1",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.5",
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ conf.py:
copyright: 2014
project: Bootstrap Package
version: 1.0
release: 7.0.0
release: 7.0.1
latex_documents:
- - Index
- BootstrapPackage.tex
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Dist/bootstrap.lightbox.min.js

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

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Package v7.0.0 (http://www.bk2k.info)
* Bootstrap Package v7.0.1 (http://www.bk2k.info)
* Copyright 2014-2016 Benjamin Kott
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Dist/bootstrap.popover.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Package v7.0.0 (http://www.bk2k.info)
* Bootstrap Package v7.0.1 (http://www.bk2k.info)
* Copyright 2014-2016 Benjamin Kott
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Dist/bootstrap.swipe.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Package v7.0.0 (http://www.bk2k.info)
* Bootstrap Package v7.0.1 (http://www.bk2k.info)
* Copyright 2014-2016 Benjamin Kott
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Dist/jquery.equalheight.min.js

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

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

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Package v7.0.0 (http://www.bk2k.info)
* Bootstrap Package v7.0.1 (http://www.bk2k.info)
* Copyright 2014-2016 Benjamin Kott
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Src/jquery.equalheight.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ==========================================================================================
* Bootstrap Package: jquery.equalheight.js v7.0.0
* Bootstrap Package: jquery.equalheight.js v7.0.1
* -----------
* Measure height of columns in a row and set their height to the tallest one.
*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"support": {
"issues": "https://github.com/benjaminkott/bootstrap_package/issues"
},
"version": "7.0.0",
"version": "7.0.1",
"require-dev": {
"squizlabs/php_codesniffer": "2.*"
},
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
'author' => 'Benjamin Kott',
'author_email' => '[email protected]',
'author_company' => 'private',
'version' => '7.0.0',
'version' => '7.0.1',
);

0 comments on commit c278f60

Please sign in to comment.