fdroid: remove spaces in VersionName and VersionCode

Change-Id: I98c13415c065315c186287ae00ca13712e9abcd5
diff --git a/fdroidMergeRequest.sh b/fdroidMergeRequest.sh
index 64fabee..12e990c 100755
--- a/fdroidMergeRequest.sh
+++ b/fdroidMergeRequest.sh
@@ -74,8 +74,8 @@
 
 tail -n 12 ${METADATA_FOLDER}/cx.ring.yml_ | head -n -2 >> ${METADATA_FOLDER}/cx.ring.yml
 
-echo "Current Version: '${versionName}'" >> ${METADATA_FOLDER}/cx.ring.yml
-echo "Current Version Code: ${versionCode}" >> ${METADATA_FOLDER}/cx.ring.yml
+echo "CurrentVersion: '${versionName}'" >> ${METADATA_FOLDER}/cx.ring.yml
+echo "CurrentVersionCode: ${versionCode}" >> ${METADATA_FOLDER}/cx.ring.yml
 
 rm ${METADATA_FOLDER}/cx.ring.yml_