Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyshaw committed Jul 9, 2018
1 parent 8979e67 commit 0ed6b77
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 src",
"extra": {
"branch-alias": {
"dev-master": "1.5.1-dev"
"dev-master": "1.6.0-dev"
}
},
"config": {
Expand Down
6 changes: 6 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,11 @@
"sha1": "2aef638abc0a518eb52a0e8c3472099fb5b75755",
"url": "https://s3-eu-west-1.amazonaws.com/magedbm-releases/magedbm.1.5.1.phar",
"version": "1.5.1"
},
{
"name": "magedbm.phar",
"sha1": "68b500d68c2ec2553a0ea51a34fbb54d9a7b4c5a",
"url": "https://s3-eu-west-1.amazonaws.com/magedbm-releases/magedbm.1.6.0.phar",
"version": "1.6.0"
}
]
2 changes: 1 addition & 1 deletion src/Meanbee/Magedbm/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Application extends \Symfony\Component\Console\Application
{

const APP_NAME = 'Magedbm';
const APP_VERSION = '1.5.1';
const APP_VERSION = '1.6.0';

protected $autoloader;

Expand Down

0 comments on commit 0ed6b77

Please sign in to comment.