Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowens committed Oct 11, 2018
1 parent 6ea67ad commit eaa26ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/code/community/Jowens/JobQueue/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Jowens_JobQueue>
<version>0.6.0</version>
<version>0.7.0</version>
</Jowens_JobQueue>
</modules>
<global>
Expand Down
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
"name": "jkowens/magento-jobqueue",
"license": "MIT",
"type": "magento-module",
"version": "0.6.0",
"description":"JobQueue for Magento using DJJob",
"version": "0.7.0",
"description": "JobQueue for Magento using DJJob",
"require": {
"php": ">=5.1",
"seatgeek/djjob": "dev-master"
"seatgeek/djjob": "dev-master"
},
"authors":[
"authors": [
{
"name":"Jordan Owens",
"homepage":"http:https://www.jordanowens.me"
"name": "Jordan Owens"
}
],
],
"extra": {
"map": [
["app/code/community/Jowens/JobQueue/", "app/code/community/Jowens/JobQueue/"],
Expand Down

2 comments on commit eaa26ae

@jasperzeinstra
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jkowens could you also create a tag 0.7.0 for this commit

@jkowens
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thanks for the reminder!

Please sign in to comment.