Skip to content

Commit 2fcd4b5

Browse files
authored
Merge pull request #120 from thinkshout/v3-update
Updates to v3.0.0 and removes version from composer
2 parents d07372f + 310c1cb commit 2fcd4b5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "thinkshout/mailchimp-api-php",
3-
"version": "3.0.0-rc6",
43
"type": "library",
54
"description": "PHP library for v3 of the MailChimp API",
65
"keywords": ["mailchimp", "mail"],

src/Mailchimp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Mailchimp implements MailchimpApiInterface {
1616

17-
const VERSION = '3.0.0-rc6';
17+
const VERSION = '3.0.0';
1818
const DEFAULT_DATA_CENTER = 'us1';
1919

2020
const ERROR_CODE_BAD_REQUEST = 'BadRequest';

0 commit comments

Comments
 (0)