Skip to content

Commit

Permalink
Merge pull request #25 from Xezard/dev
Browse files Browse the repository at this point in the history
Bump version.
  • Loading branch information
Xezard authored Nov 19, 2022
2 parents 1609a75 + 399ade5 commit 0953d47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: XGlowExample
main: ru.xezard.glow.example.GlowExamplePlugin
author: Xezard
website: xezard.ru
website: xezard.me
version: ${project.parent.version}
api-version: 1.13
depend: [XGlow]
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: XGlow
main: ru.xezard.glow.GlowPlugin
author: Xezard
website: xezard.ru
website: xezard.me
version: ${project.parent.version}
api-version: 1.13
depend: [ProtocolLib]
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
<version>${revision}</version>

<properties>
<revision>1.0.9</revision>
<revision>1.1.0</revision>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<lombok.version>1.18.24</lombok.version>
<paper.version>1.16.5-R0.1-SNAPSHOT</paper.version>
</properties>

<modules>
Expand Down Expand Up @@ -83,7 +84,7 @@
<dependency>
<groupId>com.destroystokyo.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.16.5-R0.1-SNAPSHOT</version>
<version>${paper.version}</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 0953d47

Please sign in to comment.