Browse Source

Release v0.5.1

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

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


+ 1 - 1
app/config.xml

@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget id="de.porth.hybridosn" version="0.5.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget id="de.porth.hybridosn" version="0.5.1" 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 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>

+ 1 - 1
app/package.json

@@ -1,6 +1,6 @@
 {
   "name": "HybridOSN",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "author": "Carsten Porth, TU Darmstadt",
   "homepage": "https://www.informatik.tu-darmstadt.de",
   "private": true,