Skip to content

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 16, 2022
1 parent 058f32c commit 6daf985
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 @@ -24,7 +24,7 @@ Sentinel NPCs: Combat NPCs for Spigot!

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

**Version 2.6.5**: Compatible with Spigot 1.8.8 through 1.19.2 (Primarily targeted at 1.19.2) - see 'Common Issues' section below if on older supported versions)
**Version 2.7.0**: Compatible with Spigot 1.8.8 through 1.19.2 (Primarily targeted at 1.19.2) - see 'Common Issues' section below if on older supported versions)

### Downloads

Expand Down Expand Up @@ -346,7 +346,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.6.5-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
<exclusions>
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.6.5-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
<name>Sentinel</name>
<description>Combat NPCs for Spigot</description>

Expand Down

0 comments on commit 6daf985

Please sign in to comment.