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:
authorBenjamin Balder Bach <benjamin@overtag.dk>2022-11-01 23:08:22 +0300
committerGitHub <noreply@github.com>2022-11-01 23:08:22 +0300
commitd90440a16d1440e4aa4d7571d964c1580e4c0661 (patch)
treeadb5399316c2ccfc58c2a88773346a8eb81e4529 /package.json
parent53ec9f85546facabffc05ab72fe47d3bec02cbff (diff)
Bump to version 1.1.0 (#1367)
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 8e3b84b..14ea694 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "sphinx_rtd_theme",
"main": "js/theme.js",
- "version": "1.1.0b3",
+ "version": "1.1.0",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",