File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020author = 'Luigi Marini'
2121
2222# The full version, including alpha/beta/rc tags
23- release = '1.8.1 '
23+ release = '1.8.2 '
2424
2525
2626# -- General configuration ---------------------------------------------------
@@ -87,4 +87,4 @@ def setup(app):
8787 # 'url_resolver': lambda url: github_doc_root + url,
8888 # 'auto_toc_tree_section': 'Contents',
8989 }, True )
90- app .add_transform (AutoStructify )
90+ app .add_transform (AutoStructify )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import NativePackagerKeys._
1313object ApplicationBuild extends Build {
1414
1515 val appName = " clowder"
16- val version = " 1.8.1 "
16+ val version = " 1.8.2 "
1717 val jvm = " 1.7"
1818
1919 def appVersion : String = {
You can’t perform that action at this time.
0 commit comments