Skip to content

Commit 757c5f7

Browse files
committed
1.21.11, добавлен ченджлог.
1 parent cd503d4 commit 757c5f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
name: v${{ needs.extract-version.outputs.version }}
135135
version: ${{ needs.extract-version.outputs.version }}
136136
version-type: release
137-
changelog: Автоматический релиз v${{ needs.extract-version.outputs.version }}
137+
changelog: ${{ needs.extract-version.outputs.changelog }}
138138

139139
files: "**/*.jar"
140140

pom.xml

Lines changed: 2 additions & 2 deletions
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.2.3</version>
7+
<version>1.2.4</version>
88

99
<properties>
1010
<maven.compiler.source>21</maven.compiler.source>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>io.papermc.paper</groupId>
2424
<artifactId>paper-api</artifactId>
25-
<version>1.21.10-R0.1-SNAPSHOT</version>
25+
<version>1.21.11-R0.1-SNAPSHOT</version>
2626
<scope>provided</scope>
2727
</dependency>
2828
</dependencies>

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: 1.2.1
2+
version: 1.2.4
33
folia-supported: true
44
main: com.example.chattohttp.ChatToHttpPlugin
55
api-version: 1.21

0 commit comments

Comments
 (0)