Skip to content

Commit

Permalink
Published v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psambit9791 committed Oct 27, 2024
1 parent 1a4bdda commit e2fe7ad
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 @@ -22,15 +22,15 @@ To get the latest stable release of JDSP:

### Gradle
```
implementation 'com.github.psambit9791:jdsp:3.0.0'
implementation 'com.github.psambit9791:jdsp:3.1.0'
```

### Maven
```
<dependency>
<groupId>com.github.psambit9791</groupId>
<artifactId>jdsp</artifactId>
<version>3.0.0</version>
<version>3.1.0</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>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit e2fe7ad

Please sign in to comment.