diff --git a/akka-docs/_static/logo.png b/akka-docs/_static/logo.png index f9574199c0..2c36c66a36 100644 Binary files a/akka-docs/_static/logo.png and b/akka-docs/_static/logo.png differ diff --git a/akka-docs/conf.py b/akka-docs/conf.py index c95735d40f..82f40cf18b 100644 --- a/akka-docs/conf.py +++ b/akka-docs/conf.py @@ -16,8 +16,8 @@ exclude_patterns = ['_build'] project = u'Akka' copyright = u'2009-2011, Scalable Solutions AB' -version = '1.0' -release = '1.0' +version = '1.1' +release = '1.1' pygments_style = 'akka' highlight_language = 'scala'