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

Commit

Permalink
Prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Oct 13, 2014
1 parent 9cac173 commit 40b7e0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.0

- First stable release of SlmQueue 0.4.0

# 0.4.0-beta3

- BC: to avoid name clashes, the internal `id` and `name` metadata have been renamed `__id__` and `__name__`,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SlmQueue works with [Composer](http://getcomposer.org). Make sure you have the c

```json
"require": {
"slm/queue": "0.3.*"
"slm/queue": "0.4.*"
}
```

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.4.x-dev"
"dev-master": "0.5.x-dev"
}
},
"autoload": {
Expand Down

0 comments on commit 40b7e0a

Please sign in to comment.