Skip to content

Commit 6721134

Browse files
committed
bump all them version numbers
1 parent 05714b1 commit 6721134

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Sentinel NPCs: Combat NPCs for Spigot!
2222

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

25-
**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)
25+
**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)
2626

2727
### Downloads
2828

@@ -345,7 +345,7 @@ If you're building a separate plugin you would like to integrate into Sentinel,
345345
<dependency>
346346
<groupId>org.mcmonkey</groupId>
347347
<artifactId>sentinel</artifactId>
348-
<version>2.8.1-SNAPSHOT</version>
348+
<version>2.9.0-SNAPSHOT</version>
349349
<type>jar</type>
350350
<scope>provided</scope>
351351
<exclusions>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<groupId>org.mcmonkey</groupId>
88
<artifactId>sentinel</artifactId>
99
<packaging>jar</packaging>
10-
<version>2.8.1-SNAPSHOT</version>
10+
<version>2.9.0-SNAPSHOT</version>
1111
<name>Sentinel</name>
1212
<description>Combat NPCs for Spigot</description>
1313

1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<bukkit.version>1.20.4-R0.1-SNAPSHOT</bukkit.version>
17-
<citizens.version>2.0.33-SNAPSHOT</citizens.version>
17+
<citizens.version>2.0.34-SNAPSHOT</citizens.version>
1818
<BUILD_NUMBER>Unknown</BUILD_NUMBER>
1919
</properties>
2020

0 commit comments

Comments
 (0)