Skip to content

Commit

Permalink
Merge pull request #89 from recurly/release-3.4.1
Browse files Browse the repository at this point in the history
Release 3.4.1
  • Loading branch information
bhelx authored Mar 20, 2020
2 parents 57588b6 + 4ecee6b commit 2d99c23
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.4.0
current_version = 3.4.1
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
2 changes: 1 addition & 1 deletion doc/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Or manually insert the dependency into the `dependencies` section of your `packa
```
{
// ...
"recurly" : "^3.4.0"
"recurly" : "^3.4.1"
// ...
}
```
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8' />
<title>recurly 3.4.0 | Documentation</title>
<title>recurly 3.4.1 | Documentation</title>
<meta name='description' content='Recurly V3 node client'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/styles.min.css' rel='stylesheet' />
Expand All @@ -15,7 +15,7 @@
<div class='font-smaller fixed col-3 top-0 bottom-0 left-0 overflow-auto fill-light dark-link'>
<div class='px2'>
<h3 class='mb0 no-anchor'><code>recurly</code></h3>
<div class='mb1'><code>3.4.0</code></div>
<div class='mb1'><code>3.4.1</code></div>
<input placeholder='Filter' id='filter-input' class='col12 block input' type='text' />
<div id="toc">

Expand Down Expand Up @@ -2102,7 +2102,7 @@ <h3>Installing</h3>
</blockquote>
<pre><code>{
// ...
"recurly" : "^3.4.0"
"recurly" : "^3.4.1"
// ...
}
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.0",
"version": "3.4.1",
"description": "Recurly V3 node client",
"main": "lib/recurly.js",
"types": "lib/recurly.d.ts",
Expand Down

0 comments on commit 2d99c23

Please sign in to comment.