aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2018-10-22 15:25:56 -0400
committerHubert Chathi <hubert@uhoreg.ca>2018-10-23 12:24:49 -0400
commit3ebb3b69defb2ee7cd322f51dc28fe662ba414cd (patch)
tree1e7ac05f5de39fccd91d050e68486a99e269ea06 /README.rst
parent340a4965c9f3eb29ecffe214b53dad19cd316792 (diff)
fix capitalization and update Python binding version on release
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 98346af..767bf7a 100644
--- a/README.rst
+++ b/README.rst
@@ -25,7 +25,7 @@ To run the tests run:
make test
-To build the javascript bindings, install emscripten from http://kripken.github.io/emscripten-site/ and then run:
+To build the JavaScript bindings, install emscripten from http://kripken.github.io/emscripten-site/ and then run:
.. code:: bash
@@ -59,8 +59,8 @@ Release process
---------------
First: bump version numbers in ``common.mk``, ``CMakeLists.txt``,
-``javascript/package.json``, ``OLMKit.podspec``, and
-``android/olm-sdk/build.gradle`` (``versionCode``, ``versionName`` and
+``javascript/package.json``, ``python/olm/__version__.py``, ``OLMKit.podspec``,
+and ``android/olm-sdk/build.gradle`` (``versionCode``, ``versionName`` and
``version``).
Also, ensure the changelog is up to date, and that everyting is committed to