Skip to content

Commit

Permalink
Merge pull request #481 from recurly/release-3.0.1
Browse files Browse the repository at this point in the history
Release 3.0.1
  • Loading branch information
bhelx authored Mar 20, 2020
2 parents b8b293d + c1aec67 commit a75fa9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[bumpversion]
current_version = 3.0.0
current_version = 3.0.1
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}

[bumpversion:file:composer.json]
[bumpversion:file:lib/recurly/version.php]

[bumpversion:file:lib/recurly/version.php]

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recurly/recurly-client",
"version": "3.0.0",
"version": "3.0.1",
"type": "library",
"description": "The PHP client library for the Recurly API",
"keywords": ["recurly", "payments", "pay"],
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

class Version
{
public const CURRENT = '3.0.0';
public const CURRENT = '3.0.1';
}

0 comments on commit a75fa9c

Please sign in to comment.