Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Johnson <aj@ohess.org>2021-09-09 21:35:36 +0300
committerAnthony Johnson <aj@ohess.org>2021-09-09 21:35:36 +0300
commit1f0ba51ec4dc7efd1085fc472e66a34ebfbf7535 (patch)
tree25fbeb7c3bcebbd7413c7309c59a3211ddb75098 /package.json
parentacada32f5d3c57d38413434a6ee83d28b5d61cd8 (diff)
Update docs and versions for 1.0.0 release
The RC hasn't raised many issues, so time to move forward with final release. This will be followed by a PR for 1.1.0-dev1.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 437458f..5de439f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "sphinx_rtd_theme",
"main": "js/theme.js",
- "version": "1.0.0rc2",
+ "version": "1.0.0",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",