Skip to content

Commit 0bb891d

Browse files
committed
Update package version
1 parent beaa58f commit 0bb891d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "devextreme-documentation",
33
"description": "DevExtreme documentation",
44
"author": "Developer Express Inc.",
5-
"version": "24.2.0",
5+
"version": "25.1.0",
66
"license": "UNLICENSED",
77
"repository": {
88
"type": "git",
@@ -14,9 +14,9 @@
1414
},
1515
"scripts": {
1616
"make-compact-docs": "dx-tools make-compact-docs --docs-root-path ./",
17-
"generate-content-map": "dx-tools make-content-map --docs-root-path ./ --version 24.2 --syntax-meta-path ./metadata/syntax-data.json",
17+
"generate-content-map": "dx-tools make-content-map --docs-root-path ./ --version 25.1 --syntax-meta-path ./metadata/syntax-data.json",
1818
"generate-syntax-data": "dx-tools make-syntax-metadata --output-path ./metadata/syntax-data.json",
19-
"generate-extra-topic": "dx-tools generate-extra-topics --docs-root-path ./ --version 24.2",
19+
"generate-extra-topic": "dx-tools generate-extra-topics --docs-root-path ./ --version 25.1",
2020
"update-topics": "dx-tools generate-topics --docs-root-path ./",
2121
"update-links": "dx-tools convert-links --docs-root-path ./",
2222
"validate-docs": "dx-tools validate-topics --docs-root-path ./",

0 commit comments

Comments
 (0)