Skip to content

Commit

Permalink
Merge pull request #124 from tumblr/Update-version
Browse files Browse the repository at this point in the history
Update Versioning to 0.0.13
  • Loading branch information
chenjyr authored Oct 23, 2018
2 parents ec8a11a + c638293 commit fd48845
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ catch (JumblrException ex) {
## Gradle

``` groovy
compile 'com.tumblr:jumblr:0.0.11'
compile 'com.tumblr:jumblr:0.0.13'
```

## Maven
Expand All @@ -190,7 +190,7 @@ compile 'com.tumblr:jumblr:0.0.11'
<dependency>
<groupId>com.tumblr</groupId>
<artifactId>jumblr</artifactId>
<version>0.0.11</version>
<version>0.0.13</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.tumblr</groupId>
<artifactId>jumblr</artifactId>
<version>0.0.12-SNAPSHOT</version>
<version>0.0.14-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class RequestBuilder {
private OAuthService service;
private String hostname = "api.tumblr.com";
private String xauthEndpoint = "https://www.tumblr.com/oauth/access_token";
private String version = "0.0.11";
private String version = "0.0.13";
private final JumblrClient client;

public RequestBuilder(JumblrClient client) {
Expand Down

0 comments on commit fd48845

Please sign in to comment.