Skip to content

Commit f5fa3ee

Browse files
committed
Prepare for beta release
1 parent 4c3fe85 commit f5fa3ee

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pom.xml

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

77
<groupId>org.example</groupId>
88
<artifactId>ForestRedisAPI</artifactId>
9-
<version>1.0.5.1</version>
9+
<version>1.0.6</version>
1010

1111
<properties>
1212
<maven.compiler.source>11</maven.compiler.source>

src/main/resources/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ redis:
1010
serverIdentifier: "MySuperServer1"
1111

1212
# Names of the channels to subscribe on start. Can be empty as plugins can manually subscribe on their own.
13-
# For detailed information see our wiki: https://gitbook.io/foresttech/forestredis
13+
# For detailed information see our GitHub: https://github.com/ForestTechMC/ForestRedisAPI
1414
channels:
15-
- "chat"
16-
- "test"
15+
- "my_channel"

0 commit comments

Comments
 (0)