Skip to content

Commit

Permalink
Bump version to 5.33.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Mar 21, 2018
1 parent c14cbe7 commit d142a2e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 5.33.3 - 2018-03-21
* [#464](https://github.com/stripe/stripe-java/pull/464) Add OSGi headers to manifest file

## 5.33.2 - 2018-02-28
* [#458](https://github.com/stripe/stripe-java/pull/458) Remove deprecation markers from `sourceTransaction` accessors on `Transfer` model

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.stripe</groupId>
<artifactId>stripe-java</artifactId>
<version>5.33.2</version>
<version>5.33.3</version>
</dependency>
```

Expand All @@ -25,7 +25,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "com.stripe:stripe-java:5.33.2"
compile "com.stripe:stripe-java:5.33.3"
```

### Others
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.33.2
5.33.3
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.stripe
VERSION_NAME=5.33.2
VERSION_NAME=5.33.3

POM_URL=https://github.com/stripe/stripe-java
POM_SCM_URL=git@github.com:stripe/stripe-java.git
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/Stripe.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public abstract class Stripe {
public static final String UPLOAD_API_BASE = "https://uploads.stripe.com";
public static final String LIVE_API_BASE = "https://api.stripe.com";
public static final String CONNECT_API_BASE = "https://connect.stripe.com";
public static final String VERSION = "5.33.2";
public static final String VERSION = "5.33.3";

public static volatile String apiKey;
public static volatile String apiVersion;
Expand Down

0 comments on commit d142a2e

Please sign in to comment.