Update version and copyright in docs
HEAD main1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 6a08aa2..d2608d0 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------
project = 'Brutal Maze'
-copyright = '2017-2020, Nguyễn Gia Phong' # noqa
+copyright = '2017-2021, Nguyễn Gia Phong' # noqa
author = 'Nguyễn Gia Phong'
# The full version, including alpha/beta/rc tags
-release = '0.9.4'
+release = '1.1.1'
# -- General configuration ---------------------------------------------------
|