Skip to content

Commit

Permalink
MAGETWO-44747: 1.0.0-beta6 publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko committed Oct 29, 2015
1 parent 59babfc commit 38a2b18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/SampleData/composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "magento/module-sample-data",
"description": "Sample Data fixtures",
"version": "1.0.0-beta5",
"version": "1.0.0-beta6",
"require": {
"magento/framework": "~1.0.0-beta5",
"magento/framework": "~1.0.0-beta6",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
Expand Down
2 changes: 1 addition & 1 deletion media/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "magento/sample-data-media",
"description": "Sample Data media files",
"version": "1.0.0-beta5"
"version": "1.0.0-beta6"
}
4 changes: 2 additions & 2 deletions metapackage/composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "magento/sample-data",
"version": "1.0.0-beta5",
"version": "1.0.0-beta6",
"type": "metapackage",
"require": {
"magento/module-sample-data": "self.version",
"magento/sample-data-media": "~1.0.0-beta5"
"magento/sample-data-media": "~1.0.0-beta6"
}
}

0 comments on commit 38a2b18

Please sign in to comment.