Skip to content

Commit

Permalink
Merge pull request #89 from redouane59/feat_update_version
Browse files Browse the repository at this point in the history
feat: update_version
  • Loading branch information
redouane59 authored Dec 3, 2020
2 parents 6977c78 + 0e31236 commit 01d36e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In your pom.xml, add the following dependency :
<dependency>
<groupId>com.github.redouane59.twitter</groupId>
<artifactId>twittered</artifactId>
<version>1.11</version>
<version>1.13</version>
</dependency>
```
In order to use your own developer credentials, you have several options :
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.redouane59.twitter</groupId>
<artifactId>twittered</artifactId>
<version>1.12</version>
<version>1.13</version>

<name>twittered</name>
<description>java client for twitter API</description>
Expand Down

0 comments on commit 01d36e7

Please sign in to comment.