Skip to content

Commit 6ffe744

Browse files
committed
Bump version to 1.4.0
1 parent e713f14 commit 6ffe744

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
=== 1.4.0 2013-09-03
2+
3+
* Tweak card create to align it with docs
4+
15
=== 1.3.2 2013-08-30
26

37
* Add missing retrieve method to BalanceTransaction

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add this dependency to your project's POM:
1717
<dependency>
1818
<groupId>com.stripe</groupId>
1919
<artifactId>stripe-java</artifactId>
20-
<version>1.3.2</version>
20+
<version>1.4.0</version>
2121
</dependency>
2222

2323
### Others

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.2
1+
1.4.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.stripe</groupId>
55
<artifactId>stripe-java</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.3.2</version>
7+
<version>1.4.0</version>
88
<name>stripe-java</name>
99
<url>https://github.com/stripe/stripe-java</url>
1010
<dependencies>

src/main/java/com/stripe/Stripe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
public abstract class Stripe
44
{
55
public static final String API_BASE = "https://api.stripe.com";
6-
public static final String VERSION = "1.3.2";
6+
public static final String VERSION = "1.4.0";
77
public static String apiKey;
88
public static String apiVersion;
99
}

0 commit comments

Comments
 (0)