Skip to content

Commit 20230e8

Browse files
authored
Merge branch 'master' into fix/update-team
2 parents 273941b + 74ffe52 commit 20230e8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
ALGOLIA_INDEX_NAME: docs_cast_crafter_community_server
1818
ALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}
1919
CONFIG_JSON_PRODUCT: CCS
20-
CONFIG_JSON_VERSION: 1.21.4 # This value should be updated with the version of the product
20+
CONFIG_JSON_VERSION: 1.21.8 # This value should be updated with the version of the product
2121

2222
jobs:
2323
build:

Writerside/v.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33
<vars>
44
<var name="server_ip" value="castcrafter.de"/>
5-
<var name="required_game_version" value="1.21.7"/>
5+
<var name="required_game_version" value="1.21.8"/>
66
<var name="required_game_version_link"
7-
value="https://de.minecraft.wiki/w/1.21.7"/>
7+
value="https://de.minecraft.wiki/w/1.21.8"/>
88
<var name="main_currency" value="CastCoin"/>
99
<var name="event_coin" value="EventCoin"/>
1010
<var name="paycheck" value="500"/>

Writerside/writerside.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
<images dir="images" web-path="images"/>
77
<categories src="c.list"/>
88
<vars src="v.list"/>
9-
<instance src="ccs.tree" version="1.21.4"/>
9+
<instance src="ccs.tree" version="1.21.8"/>
1010
</ihp>

0 commit comments

Comments
 (0)