Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion app/tiapp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
</manifest>
</android>
<modules>
<module platform="android" version="1.1.0">net.iamyellow.tiws</module>
<module platform="android" version="2.0.0">net.iamyellow.tiws</module>
<module platform="android" version="3.0.0">ti.compression</module>
<module platform="android" version="0.2">yy.logcatcher</module>
<module platform="android" version="0.50">bencoding.android.tools</module>
Expand Down
2 changes: 1 addition & 1 deletion cli/support/appify.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _.templateSettings = {
};

var required_modules = [
'<module platform="android" version="1.1.0">net.iamyellow.tiws</module>',
'<module platform="android" version="2.0.0">net.iamyellow.tiws</module>',
'<module platform="android" version="3.0.0">ti.compression</module>',
'<module platform="android" version="0.2">yy.logcatcher</module>',
'<module platform="android" version="0.50">bencoding.android.tools</module>',
Expand Down