Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xezard committed Jan 10, 2021
1 parent 284ad93 commit 9228e9f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>XGlow</artifactId>
<groupId>ru.xezard</groupId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion api/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: XGlow
main: ru.xezard.glow.GlowPlugin
author: Xezard
website: xezard.ru
version: 1.0.3
version: 1.0.4
depend: [ProtocolLib]
api-version: 1.16
4 changes: 2 additions & 2 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>XGlow</artifactId>
<groupId>ru.xezard</groupId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>ru.xezard</groupId>
<artifactId>XGlowAPI</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion example/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: XGlowExample
main: ru.xezard.glow.example.GlowExamplePlugin
author: Xezard
website: xezard.ru
version: 1.0.3
version: 1.0.4
depend: [XGlow]
api-version: 1.16

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>ru.xezard</groupId>
<artifactId>XGlow</artifactId>
<packaging>pom</packaging>
<version>1.0.3</version>
<version>1.0.4</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 9228e9f

Please sign in to comment.