Skip to content

Commit

Permalink
Release 3.3.1
Browse files Browse the repository at this point in the history
# Change Log

## [Unreleased](https://github.com/recurly/recurly-client-java/tree/HEAD)

[Full Changelog](3.3.0...HEAD)

**Merged pull requests:**

- Latest v2019-10-10 Changes [\#62](#62) ([bhelx](https://github.com/bhelx))
  • Loading branch information
douglasmiller committed Feb 10, 2020
1 parent 2c4dbb6 commit 2e05c14
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.3.1
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.3.1</version>
</dependency>
```

Gradle:

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

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.3.1-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 2e05c14

Please sign in to comment.