Skip to content

Commit

Permalink
Update to beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Jul 23, 2013
1 parent af4e164 commit 4d06060
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ZfrMailChimpModule
==================

[![Latest Stable Version](https://poser.pugx.org/zfr/zfr-mailchimp-module/v/stable.png)](https://packagist.org/packages/zfr/zfr-mailchimp-module)

ZfrMailChimpModule is a Zend Framework 2 module based on [ZfrMailChimp](https://github.com/zf-fr/zfr-mailchimp).

Requirements
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": ">=5.3.3",
"zendframework/zend-servicemanager": "2.*",
"zfr/zfr-mailchimp": "1.0.0-beta1"
"zfr/zfr-mailchimp": "1.0.0-beta2"
},
"autoload": {
"psr-0": {
Expand Down
2 changes: 1 addition & 1 deletion src/ZfrMailChimpModule/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
*/
class Version
{
const VERSION = '1.0.0-beta1';
const VERSION = '1.0.0-beta2';
}

0 comments on commit 4d06060

Please sign in to comment.