File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ Add this dependency to your project's POM:
1717 <dependency>
1818 <groupId>com.stripe</groupId>
1919 <artifactId>stripe-java</artifactId>
20- <version>1.0.4 </version>
20+ <version>1.0.5 </version>
2121 </dependency>
2222
2323### Others
2424
2525You'll need to manually install the following JARs:
2626
27- * The Stripe JAR from https://code.stripe.com/stripe-java-1.0.4 .jar
27+ * The Stripe JAR from https://code.stripe.com/stripe-java-1.0.5 .jar
2828* [ Google Gson] ( http://code.google.com/p/google-gson/ ) from < http://google-gson.googlecode.com/files/google-gson-1.7.1-release.zip > .
2929
3030Usage
Original file line number Diff line number Diff line change 1- 1.0.4
1+ 1.0.5
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.0.4 </version >
7+ <version >1.0.5 </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/v1" ;
6- public static final String VERSION = "1.0.4 " ;
6+ public static final String VERSION = "1.0.5 " ;
77 public static String apiKey ;
88}
You can’t perform that action at this time.
0 commit comments