Skip to content

Commit

Permalink
Prepping for git release of 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psambit9791 committed Feb 24, 2023
1 parent 285288a commit d355a71
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:2.0.0'
implementation 'com.github.psambit9791:jdsp:2.0.1'
```

### Maven
```
<dependency>
<groupId>com.github.psambit9791</groupId>
<artifactId>jdsp</artifactId>
<version>2.0.0</version>
<version>2.0.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>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>

<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit d355a71

Please sign in to comment.