Skip to content

Commit

Permalink
bump version to 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Feb 26, 2021
1 parent 4b1146f commit 2e7f292
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,7 +3,7 @@ Sentinel NPCs: Combat NPCs for Spigot!

![AnimatedSentinel](https://i.imgur.com/VDwTzrs.gif)

**Version 2.2.1**: Compatible with Spigot 1.8.8 through 1.16.5 (Primarily targeted at 1.16.5) - see info section below if on other supported versions)
**Version 2.2.5**: Compatible with Spigot 1.8.8 through 1.16.5 (Primarily targeted at 1.16.5) - see info section below if on other supported versions)

### Downloads

Expand Down Expand Up @@ -303,7 +303,7 @@ If you're building a separate plugin you would like to integrate into Sentinel,
<dependency>
<groupId>org.mcmonkey</groupId>
<artifactId>sentinel</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.5-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>org.mcmonkey</groupId>
<artifactId>sentinel</artifactId>
<packaging>jar</packaging>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.5-SNAPSHOT</version>
<name>Sentinel</name>
<description>Combat NPCs for Spigot</description>

Expand Down

0 comments on commit 2e7f292

Please sign in to comment.