Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Oct 19, 2019
1 parent adcfbaf commit cac5248
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,5 +1,5 @@
[bumpversion]
current_version = 3.0.0
current_version = 3.0.1
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand All @@ -8,5 +8,5 @@ serialize =

[bumpversion:file:package.json]

[bumpversion:file:README.md]
[bumpversion:file:doc/GETTING_STARTED.md]

2 changes: 1 addition & 1 deletion doc/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Or manually insert the dependency into the `dependencies` section of your `packa
```
{
// ...
"recurly" : "^3.0.0"
"recurly" : "^3.0.1"
// ...
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recurly",
"version": "3.0.0",
"version": "3.0.1",
"description": "Recurly V3 node client",
"main": "lib/recurly.js",
"scripts": {
Expand Down

0 comments on commit cac5248

Please sign in to comment.