Skip to content

Commit

Permalink
Artifact version update
Browse files Browse the repository at this point in the history
  • Loading branch information
yvasyliev committed Jul 16, 2022
1 parent a3cfc94 commit 3f4afe3
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 @@ -27,7 +27,7 @@ A Java implementation of [Deezer API](https://developers.deezer.com/api).
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>deezer-api</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.yvasyliev</groupId>
<artifactId>deezer-api</artifactId>
<packaging>jar</packaging>
<version>1.0.3</version>
<version>1.0.4</version>
<name>Deezer API Java Library</name>
<description>A Java implementation of Deezer API.</description>
<url>https://github.com/yvasyliev/deezer-api</url>
Expand Down

0 comments on commit 3f4afe3

Please sign in to comment.