Skip to content

Commit 37ecd03

Browse files
committed
Update version references to 1.0.2
Updated version numbers in writerside.cfg and build-docs.yml to reflect the new release 1.0.2. This ensures consistency across configuration files and aligns with the latest changes.
1 parent 6464a64 commit 37ecd03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
ALGOLIA_INDEX_NAME: "prod_WIKI"
2121
ALGOLIA_KEY: "${{ secrets.ALGOLIA_KEY }}"
2222
CONFIG_JSON_PRODUCT: "RW"
23-
CONFIG_JSON_VERSION: "1.0"
23+
CONFIG_JSON_VERSION: "1.0.2"
2424

2525
jobs:
2626
build:

Writerside/writerside.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<ihp version="2.0">
55
<topics dir="topics" web-path="topics"/>
66
<images dir="images" web-path="images"/>
7-
<instance src="rw.tree" version="1.0"/>
7+
<instance src="rw.tree" version="1.0.2"/>
88
</ihp>

0 commit comments

Comments
 (0)