diff --git a/README.md b/README.md index 6842f8286..fd1ce7d74 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [Fork](https://github.com/liveblog/liveblog) • [License](https://github.com/liveblog/liveblog/blob/master/LICENSE) • [Documentation](http://sourcefabric.booktype.pro/live-blog-30-for-journalists/what-is-live-blog/) • -*Version 3.82.2* +*Version 3.82.3* [![Liveblog CI](https://github.com/liveblog/liveblog/workflows/Liveblog%20CI/badge.svg)](https://github.com/liveblog/liveblog/actions) diff --git a/client/app/index.html b/client/app/index.html index 89612271b..049ad56e2 100644 --- a/client/app/index.html +++ b/client/app/index.html @@ -52,10 +52,10 @@

- Live Blog 3.82.2 + Live Blog 3.82.3
- Released on Sept 7, 2022 + Released on Oct 20, 2022

diff --git a/client/package.json b/client/package.json index f537bd1e8..eb0a05608 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "liveblog-client", - "version": "3.82.2", + "version": "3.82.3", "repository": { "type": "git", "url": "git@github.com:liveblog/liveblog.git" diff --git a/package.json b/package.json index 9488120a9..369c72be6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liveblog", - "version": "3.82.2", + "version": "3.82.3", "repository": { "type": "git", "url": "git@github.com:liveblog/liveblog.git" diff --git a/server/version.py b/server/version.py index aec5e0b47..e918abf8e 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -__version__ = '3.82.2' +__version__ = '3.82.3'