Skip to content

Commit

Permalink
Ready for v0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
psambit9791 committed Nov 9, 2020
1 parent b06ff49 commit a234f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ To get the latest stable release of jDSP:

### Gradle
```
implementation 'com.github.psambit9791:jdsp:0.5.0'
implementation 'com.github.psambit9791:jdsp:0.5.1'
```

### Maven
```
<dependency>
<groupId>com.github.psambit9791</groupId>
<artifactId>jdsp</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</dependency>
```

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.psambit9791</groupId>
<artifactId>jdsp</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>

<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit a234f13

Please sign in to comment.