Skip to content

Commit

Permalink
Remove unused import, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag committed Apr 12, 2012
1 parent 3b4bf25 commit bafd581
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.stripe</groupId>
<artifactId>stripe-java</artifactId>
<version>1.0.14</version>
<version>1.0.15</version>
</dependency>

### Others
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.14
1.0.15
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.stripe</groupId>
<artifactId>stripe-java</artifactId>
<packaging>jar</packaging>
<version>1.0.14</version>
<version>1.0.15</version>
<name>stripe-java</name>
<url>https://github.com/stripe/stripe-java</url>
<dependencies>
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 @@ -3,6 +3,6 @@
public abstract class Stripe
{
public static final String API_BASE = "https://api.stripe.com/v1";
public static final String VERSION = "1.0.14";
public static final String VERSION = "1.0.15";
public static String apiKey;
}
2 changes: 0 additions & 2 deletions src/main/java/com/stripe/model/Summary.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.stripe.model;

import java.util.Map;

public class Summary extends StripeObject {
Integer chargeFees;
Integer net;
Expand Down

0 comments on commit bafd581

Please sign in to comment.