diff --git a/NEWS b/NEWS index 34591a0b9..6f5e676e5 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ ver 0.23 (not yet released) * protocol - new command "getvol" +ver 0.22.5 (not yet released) + ver 0.22.4 (2021/01/21) * protocol - add command "binarylimit" to allow larger chunk sizes diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 3b136d0c3..364d571e0 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,10 +2,10 @@ + android:versionCode="53" + android:versionName="0.22.5"> - + diff --git a/doc/conf.py b/doc/conf.py index 9b163b6cb..74aeb31ba 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -38,7 +38,7 @@ author = 'Max Kellermann' # built documents. # # The short X.Y version. -version = '0.22.4' +version = '0.22.5' # The full version, including alpha/beta/rc tags. release = version