Skip to content

Commit

Permalink
bump all them version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 11, 2024
1 parent 05714b1 commit 6721134
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Sentinel NPCs: Combat NPCs for Spigot!

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

**Version 2.8.1**: Compatible with Spigot 1.8.8 through 1.20.2 (Primarily targeted at 1.20.2) - see 'Common Issues' section below if on older supported versions)
**Version 2.9.0**: Compatible with Spigot 1.8.8 through 1.20.6 (Primarily targeted at 1.20.6) - see 'Common Issues' section below if on older supported versions)

### Downloads

Expand Down Expand Up @@ -345,7 +345,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.8.1-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
<exclusions>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<groupId>org.mcmonkey</groupId>
<artifactId>sentinel</artifactId>
<packaging>jar</packaging>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
<name>Sentinel</name>
<description>Combat NPCs for Spigot</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bukkit.version>1.20.4-R0.1-SNAPSHOT</bukkit.version>
<citizens.version>2.0.33-SNAPSHOT</citizens.version>
<citizens.version>2.0.34-SNAPSHOT</citizens.version>
<BUILD_NUMBER>Unknown</BUILD_NUMBER>
</properties>

Expand Down

0 comments on commit 6721134

Please sign in to comment.