Skip to content

Commit

Permalink
Adjust release version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliarn committed May 4, 2020
1 parent 3bfb655 commit 6579dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Maven
<dependency>
<groupId>com.github.juliarn</groupId>
<artifactId>npc-lib</artifactId>
<version>2.0-RELEASE</version>
<version>2.1-RELEASE</version>
</dependency>
```

Expand All @@ -31,7 +31,7 @@ maven {
url 'https://jitpack.io'
}
compile group: 'com.github.juliarn', name: 'npc-lib', version: '2.0-RELEASE'
compile group: 'com.github.juliarn', name: 'npc-lib', version: '2.1-RELEASE'
```

Add ProtocolLib as dependency to your plugin.yml. It could look like this:
Expand Down

0 comments on commit 6579dc6

Please sign in to comment.