Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit eb0a723

Browse files
committed
v0.11.4
1 parent 7dca853 commit eb0a723

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

HISTORY.en.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [Unreleased]
2+
3+
## [0.11.4] - 2019-01-26
4+
### Changed
5+
- tools.jar updated to 0.2.0
6+
17
### Version 0.11.3
28
- fixed: remove #% prefix, ignore empty messages
39
- added: more text-output translations

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [Unreleased]
2+
3+
## [0.11.4] - 2019-01-26
4+
### Changed
5+
- tools.jar auf 0.2.0 aktualisiert
6+
17
### Version 0.11.3
28
- Behoben: GI prefix `#%` entfernt und leere Nachrichten ignorieren
39
- Hinzugefügt: Weitere Textbausteine sind nun übersetzt

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.omegazirkel.risingworld</groupId>
55
<artifactId>DiscordPlugin</artifactId>
6-
<version>0.11.3-SNAPSHOT</version>
6+
<version>0.11.4-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<dependencyManagement></dependencyManagement>
99
<dependencies>
@@ -59,9 +59,9 @@
5959
<dependency>
6060
<groupId>de.omegazirkel.risingworld</groupId>
6161
<artifactId>tools</artifactId>
62-
<version>0.1.0-SNAPSHOT</version>
62+
<version>0.2.0-SNAPSHOT</version>
6363
<scope>system</scope>
64-
<systemPath>${basedir}/../libs/tools-0.1.0-SNAPSHOT.jar</systemPath>
64+
<systemPath>${basedir}/../libs/tools-0.2.0-SNAPSHOT.jar</systemPath>
6565
</dependency>
6666
</dependencies>
6767
<build>

src/de/omegazirkel/risingworld/DiscordWebHook.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
*/
4444
public class DiscordWebHook extends Plugin implements Listener, FileChangeListener {
4545

46-
static final String pluginVersion = "0.11.3";
46+
static final String pluginVersion = "0.11.4-SNAPSHOT";
4747
static final String pluginName = "DiscordPlugin";
4848

4949
static final String colorError = "[#FF0000]";

src/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Omega Zirkel - Discord Plugin"
22
main: de.omegazirkel.risingworld.DiscordWebHook
3-
version: 0.11.3
3+
version: 0.11.4-SNAPSHOT
44
author: "Maik 'Devidian' Laschober"
55
team: "Omega Zirkel"
66
description: "This Plugin can be used to display ingame chat in a Discord channel"

0 commit comments

Comments
 (0)