Skip to content

Commit

Permalink
Merge pull request #71 from recurly/release-3.4.0
Browse files Browse the repository at this point in the history
Release 3.4.0
  • Loading branch information
douglasmiller authored Feb 20, 2020
2 parents 0ea1e4c + c57d840 commit bfbf992
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3.0
current_version = 3.4.0
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ As a Maven dependency:
<dependency>
<groupId>com.recurly.v3</groupId>
<artifactId>api-client</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</dependency>
```

Gradle:

```groovy
implementation 'com.recurly.v3:api-client:3.3.0'
implementation 'com.recurly.v3:api-client:3.4.0'
```

You can find further release and distribution details on
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.recurly.v3</groupId>
<artifactId>api-client</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>

<name>Recurly API V3 Java Client</name>
<description>The official Java client for Recurly's V3 API.</description>
Expand Down

0 comments on commit bfbf992

Please sign in to comment.