Browse Source

release version 0.4.0

Carsten Porth 5 years ago
parent
commit
681f58c85c
3 changed files with 4 additions and 4 deletions
  1. BIN
      app/apk/hybrid-osn-0.4.0_SIGNED.apk
  2. 2 2
      app/config.xml
  3. 2 2
      app/package.json

BIN
app/apk/hybrid-osn-0.4.0_SIGNED.apk


+ 2 - 2
app/config.xml

@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget id="de.porth.hybridosn" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget id="de.porth.hybridosn" version="0.4.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
     <name>HybridOSN</name>
-    <description>HybridOSN is a Twitter client and a so called Dapp which allows its users to exchange data also via a P2P network using blockchain technology.</description>
+    <description>HybridOSN is a Twitter client for Android. Beside the usual Twitter experience, the users can decide to exchange their data via a P2P network thus Twitter can't use this data.</description>
     <author email="carsten.porth@stud.tu-darmstadt.de">Carsten Porth</author>
     <content src="index.html" />
     <access origin="*" />

+ 2 - 2
app/package.json

@@ -1,6 +1,6 @@
 {
   "name": "HybridOSN",
-  "version": "0.3.0",
+  "version": "0.4.0",
   "author": "Carsten Porth, TU Darmstadt",
   "homepage": "https://www.informatik.tu-darmstadt.de",
   "private": true,
@@ -84,4 +84,4 @@
       "android"
     ]
   }
-}
+}