Skip to content

Commit

Permalink
Change release version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliarn committed May 7, 2020
1 parent 6da0aba commit 20affd3
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 @@ -20,7 +20,7 @@ Maven
<dependency>
<groupId>com.github.juliarn</groupId>
<artifactId>npc-lib</artifactId>
<version>2.2-RELEASE</version>
<version>2.3-RELEASE</version>
</dependency>
```

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

Add ProtocolLib as dependency to your plugin.yml. It could look like this:
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.juliarn</groupId>
<artifactId>npc-lib</artifactId>
<version>2.2-RELEASE</version>
<version>2.3-RELEASE</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 20affd3

Please sign in to comment.