Skip to content

Commit 770c19c

Browse files
committed
${project.version}
1 parent 634be2b commit 770c19c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.example</groupId>
66
<artifactId>ChatToHttp</artifactId>
7-
<version>1.3.5</version>
7+
<version>1.3.6</version>
88

99
<properties>
1010
<maven.compiler.source>21</maven.compiler.source>

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ChatToHttp
2-
version: '${project.version}'
2+
version: ${project.version}
33
folia-supported: true
44
main: com.example.chattohttp.ChatToHttpPlugin
55
api-version: 1.21

0 commit comments

Comments
 (0)