Skip to content

Commit

Permalink
Bump version to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
spakanati committed Nov 8, 2012
1 parent d38cfbd commit 0c7ddf2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
=== 1.1.9 2012-11-08
* Add new Dispute resource
* Add support for updating charge disputes

=== 1.1.8 2012-10-30
* Add support for creating invoices
* Add support for new Invoice.lines return format
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.1.8</version>
<version>1.1.9</version>
</dependency>

### Others
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.stripe</groupId>
<artifactId>stripe-java</artifactId>
<packaging>jar</packaging>
<version>1.1.8</version>
<version>1.1.9</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
Expand Up @@ -3,6 +3,6 @@
public abstract class Stripe
{
public static final String API_BASE = "https://api.stripe.com";
public static final String VERSION = "1.1.8";
public static final String VERSION = "1.1.9";
public static String apiKey;
}

0 comments on commit 0c7ddf2

Please sign in to comment.