diff --git a/app/modules/android/net.iamyellow.tiws/1.1.0/LICENSE b/app/modules/android/net.iamyellow.tiws/2.0.0/LICENSE similarity index 100% rename from app/modules/android/net.iamyellow.tiws/1.1.0/LICENSE rename to app/modules/android/net.iamyellow.tiws/2.0.0/LICENSE diff --git a/app/modules/android/net.iamyellow.tiws/1.1.0/example/app.js b/app/modules/android/net.iamyellow.tiws/2.0.0/example/app.js similarity index 100% rename from app/modules/android/net.iamyellow.tiws/1.1.0/example/app.js rename to app/modules/android/net.iamyellow.tiws/2.0.0/example/app.js diff --git a/app/modules/android/net.iamyellow.tiws/1.1.0/example/now.js b/app/modules/android/net.iamyellow.tiws/2.0.0/example/now.js similarity index 100% rename from app/modules/android/net.iamyellow.tiws/1.1.0/example/now.js rename to app/modules/android/net.iamyellow.tiws/2.0.0/example/now.js diff --git a/app/modules/android/net.iamyellow.tiws/1.1.0/example/socket.io.js b/app/modules/android/net.iamyellow.tiws/2.0.0/example/socket.io.js similarity index 100% rename from app/modules/android/net.iamyellow.tiws/1.1.0/example/socket.io.js rename to app/modules/android/net.iamyellow.tiws/2.0.0/example/socket.io.js diff --git a/app/modules/android/net.iamyellow.tiws/1.1.0/lib/httpclient-4.5.2.jar b/app/modules/android/net.iamyellow.tiws/2.0.0/lib/httpclient-4.5.2.jar similarity index 100% rename from app/modules/android/net.iamyellow.tiws/1.1.0/lib/httpclient-4.5.2.jar rename to app/modules/android/net.iamyellow.tiws/2.0.0/lib/httpclient-4.5.2.jar diff --git a/app/modules/android/net.iamyellow.tiws/1.1.0/lib/httpcore-4.4.4.jar b/app/modules/android/net.iamyellow.tiws/2.0.0/lib/httpcore-4.4.4.jar similarity index 100% rename from app/modules/android/net.iamyellow.tiws/1.1.0/lib/httpcore-4.4.4.jar rename to app/modules/android/net.iamyellow.tiws/2.0.0/lib/httpcore-4.4.4.jar diff --git a/app/modules/android/net.iamyellow.tiws/1.1.0/libs/armeabi-v7a/libnet.iamyellow.tiws.so b/app/modules/android/net.iamyellow.tiws/2.0.0/libs/armeabi-v7a/libnet.iamyellow.tiws.so similarity index 100% rename from app/modules/android/net.iamyellow.tiws/1.1.0/libs/armeabi-v7a/libnet.iamyellow.tiws.so rename to app/modules/android/net.iamyellow.tiws/2.0.0/libs/armeabi-v7a/libnet.iamyellow.tiws.so diff --git a/app/modules/android/net.iamyellow.tiws/1.1.0/libs/x86/libnet.iamyellow.tiws.so b/app/modules/android/net.iamyellow.tiws/2.0.0/libs/x86/libnet.iamyellow.tiws.so similarity index 100% rename from app/modules/android/net.iamyellow.tiws/1.1.0/libs/x86/libnet.iamyellow.tiws.so rename to app/modules/android/net.iamyellow.tiws/2.0.0/libs/x86/libnet.iamyellow.tiws.so diff --git a/app/modules/android/net.iamyellow.tiws/1.1.0/manifest b/app/modules/android/net.iamyellow.tiws/2.0.0/manifest similarity index 97% rename from app/modules/android/net.iamyellow.tiws/1.1.0/manifest rename to app/modules/android/net.iamyellow.tiws/2.0.0/manifest index 3d7e7e80..a98ecd7a 100644 --- a/app/modules/android/net.iamyellow.tiws/1.1.0/manifest +++ b/app/modules/android/net.iamyellow.tiws/2.0.0/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 1.1.0 +version: 2.0.0 apiversion: 3 description: TiWS is a very simple Titanium module (iOS / Android) for creating native websockets. author: jordi domenech diff --git a/app/modules/android/net.iamyellow.tiws/1.1.0/timodule.xml b/app/modules/android/net.iamyellow.tiws/2.0.0/timodule.xml similarity index 100% rename from app/modules/android/net.iamyellow.tiws/1.1.0/timodule.xml rename to app/modules/android/net.iamyellow.tiws/2.0.0/timodule.xml diff --git a/app/modules/android/net.iamyellow.tiws/1.1.0/tiws.jar b/app/modules/android/net.iamyellow.tiws/2.0.0/tiws.jar similarity index 98% rename from app/modules/android/net.iamyellow.tiws/1.1.0/tiws.jar rename to app/modules/android/net.iamyellow.tiws/2.0.0/tiws.jar index d13b563c..5d7bc9be 100644 Binary files a/app/modules/android/net.iamyellow.tiws/1.1.0/tiws.jar and b/app/modules/android/net.iamyellow.tiws/2.0.0/tiws.jar differ diff --git a/app/tiapp.xml b/app/tiapp.xml index f75d7f6f..3772b6f9 100644 --- a/app/tiapp.xml +++ b/app/tiapp.xml @@ -176,7 +176,7 @@ - net.iamyellow.tiws + net.iamyellow.tiws ti.compression yy.logcatcher bencoding.android.tools diff --git a/cli/support/appify.js b/cli/support/appify.js index 72110222..cdf11b5d 100644 --- a/cli/support/appify.js +++ b/cli/support/appify.js @@ -18,7 +18,7 @@ _.templateSettings = { }; var required_modules = [ - 'net.iamyellow.tiws', + 'net.iamyellow.tiws', 'ti.compression', 'yy.logcatcher', 'bencoding.android.tools',