File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ === 1.3.1 2013-08-21
2+
3+ * Patch release with missing field, added tests
4+
15=== 1.3.0 2013-08-19
26
37* Add BalanceTransaction API resource
Original file line number Diff line number Diff 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.0 </version>
20+ <version>1.3.1 </version>
2121 </dependency>
2222
2323### Others
Original file line number Diff line number Diff line change 1- 1.3.0
1+ 1.3.1
Original file line number Diff line number Diff line change 44 <groupId >com.stripe</groupId >
55 <artifactId >stripe-java</artifactId >
66 <packaging >jar</packaging >
7- <version >1.3.0 </version >
7+ <version >1.3.1 </version >
88 <name >stripe-java</name >
99 <url >https://github.com/stripe/stripe-java</url >
1010 <dependencies >
Original file line number Diff line number Diff line change 33public abstract class Stripe
44{
55 public static final String API_BASE = "https://api.stripe.com" ;
6- public static final String VERSION = "1.3.0 " ;
6+ public static final String VERSION = "1.3.1 " ;
77 public static String apiKey ;
88 public static String apiVersion ;
99}
You can’t perform that action at this time.
0 commit comments