Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMDEV committed Apr 18, 2022
1 parent 77e3261 commit 4b6f105
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions hostprofiles-bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hostprofiles</artifactId>
<groupId>de.mcmdev</groupId>
<version>0.1.1</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>de.mcmdev</groupId>
<artifactId>hostprofiles-common</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hostprofiles-bukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hostprofiles
version: 0.1.1
version: 0.1.2
author: MCMDEV
description: Define hosts to which players can connect to have a different profile.
main: de.mcmdev.hostprofiles.bukkit.BukkitHostprofilesPlugin
2 changes: 1 addition & 1 deletion hostprofiles-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hostprofiles</artifactId>
<groupId>de.mcmdev</groupId>
<version>0.1.1</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions hostprofiles-paper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hostprofiles</artifactId>
<groupId>de.mcmdev</groupId>
<version>0.1.1</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>de.mcmdev</groupId>
<artifactId>hostprofiles-common</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>io.papermc.paper</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hostprofiles-paper/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hostprofiles
version: 0.1.1
version: 0.1.2
author: MCMDEV
description: Define hosts to which players can connect to have a different profile.
main: de.mcmdev.hostprofiles.paper.PaperHostprofilesPlugin
4 changes: 2 additions & 2 deletions hostprofiles-velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hostprofiles</artifactId>
<groupId>de.mcmdev</groupId>
<version>0.1.1</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>de.mcmdev</groupId>
<artifactId>hostprofiles-common</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.spongepowered</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@Plugin(
id = "hostprofiles",
version = "0.1.1",
version = "0.1.2",
description = "Define hosts to which players can connect to have a different profile.",
url = "https://github.com/MCMDEV/hostprofiles",
authors = "MCMDEV"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>de.mcmdev</groupId>
<artifactId>hostprofiles</artifactId>
<packaging>pom</packaging>
<version>0.1.1</version>
<version>0.1.2</version>
<modules>
<module>hostprofiles-common</module>
<module>hostprofiles-bukkit</module>
Expand Down

0 comments on commit 4b6f105

Please sign in to comment.