Skip to content

Commit f016844

Browse files
committed
build(release): bump version to 0.5.13-Adventure
1 parent ab57442 commit f016844

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

Brigadier/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>commandflow</artifactId>
77
<groupId>me.fixeddev</groupId>
8-
<version>0.5.12-Adventure</version>
8+
<version>0.5.13-Adventure</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Bukkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>commandflow</artifactId>
99
<groupId>me.fixeddev</groupId>
10-
<version>0.5.12-Adventure</version>
10+
<version>0.5.13-Adventure</version>
1111
</parent>
1212

1313
<version>${version.bukkit}</version>

Bungee/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>me.fixeddev</groupId>
77
<artifactId>commandflow</artifactId>
8-
<version>0.5.12-Adventure</version>
8+
<version>0.5.13-Adventure</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Discord/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>commandflow</artifactId>
77
<groupId>me.fixeddev</groupId>
8-
<version>0.5.12-Adventure</version>
8+
<version>0.5.13-Adventure</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>commandflow</artifactId>
77
<groupId>me.fixeddev</groupId>
8-
<version>0.5.12-Adventure</version>
8+
<version>0.5.13-Adventure</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Universal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>commandflow</artifactId>
77
<groupId>me.fixeddev</groupId>
8-
<version>0.5.12-Adventure</version>
8+
<version>0.5.13-Adventure</version>
99
</parent>
1010
<build>
1111
<plugins>

Velocity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>me.fixeddev</groupId>
77
<artifactId>commandflow</artifactId>
8-
<version>0.5.12-Adventure</version>
8+
<version>0.5.13-Adventure</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.fixeddev</groupId>
88
<artifactId>commandflow</artifactId>
9-
<version>0.5.12-Adventure</version>
9+
<version>0.5.13-Adventure</version>
1010
<modules>
1111
<module>Universal</module>
1212
<module>Bukkit</module>
@@ -43,13 +43,13 @@
4343
<properties>
4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4545

46-
<version.universal>0.5.12-Adventure</version.universal>
47-
<version.examples>0.5.12-Adventure</version.examples>
48-
<version.bukkit>0.5.12-Adventure</version.bukkit>
49-
<version.discord>0.5.12-Adventure</version.discord>
50-
<version.bungee>0.5.12-Adventure</version.bungee>
51-
<version.velocity>0.5.12-Adventure</version.velocity>
52-
<version.brigadier>0.5.12-Adventure</version.brigadier>
46+
<version.universal>0.5.13-Adventure</version.universal>
47+
<version.examples>0.5.13-Adventure</version.examples>
48+
<version.bukkit>0.5.13-Adventure</version.bukkit>
49+
<version.discord>0.5.13-Adventure</version.discord>
50+
<version.bungee>0.5.13-Adventure</version.bungee>
51+
<version.velocity>0.5.13-Adventure</version.velocity>
52+
<version.brigadier>0.5.13-Adventure</version.brigadier>
5353
</properties>
5454

5555
<build>

0 commit comments

Comments
 (0)