Skip to content

Commit

Permalink
Merge pull request #182 from misterboe/versionchanges
Browse files Browse the repository at this point in the history
Set Version to 1.1 for new release and changed dependencies
  • Loading branch information
randomresult committed Sep 30, 2014
2 parents 83efeb3 + db34eac commit 19c7cd9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "fluidtypo3/fluidbootstraptheme",
"description": "The fluid_bootstrap package from FluidTYPO3",
"require": {
"fluidtypo3/flux": "*",
"fluidtypo3/fluidcontent": "*",
"fluidtypo3/fluidpages": "*",
"fluidtypo3/vhs": "*"
"fluidtypo3/flux": "7.1.0",
"fluidtypo3/fluidcontent": "4.1.0",
"fluidtypo3/fluidpages": "3.1.1",
"fluidtypo3/vhs": "2.0.2"
},
"type": "typo3-cms-extension",
"version": "1.0.0"
"version": "1.1.0"
}
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
'modify_tables' => '',
'clearCacheOnLoad' => 1,
'lockType' => '',
'version' => '1.0.0',
'version' => '1.1.0',
'constraints' => array(
'depends' => array(
'typo3' => '6.1.00-6.2.99',
'cms' => '',
'flux' => '7.1.0',
'fluidcontent' => '4.1.0',
'fluidpages' => '3.1.0',
'vhs' => '2.0.0',
'fluidpages' => '3.1.1',
'vhs' => '2.0.2',
),
'conflicts' => array(
),
Expand Down

0 comments on commit 19c7cd9

Please sign in to comment.