Skip to content

Commit

Permalink
[RELEASE] Release of 6.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jun 21, 2015
1 parent 9347264 commit 8b57118
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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": "6.2.12-dev",
"version": "6.2.12",
"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": "6.2.12-dev",
"version": "6.2.12",
"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: 6.2.12-dev
release: 6.2.12
latex_documents:
- - Index
- BootstrapPackage.tex
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"require": {
"composer/installers": "*"
},
"version": "6.2.12-dev"
"version": "6.2.12"
}
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
'author' => 'Benjamin Kott',
'author_email' => '[email protected]',
'author_company' => 'private',
'version' => '6.2.12-dev',
'version' => '6.2.12',
);

0 comments on commit 8b57118

Please sign in to comment.