Skip to content

Commit 4825318

Browse files
authored
chore(release): release iOS v2.1.0 (#22)
1 parent 071097a commit 4825318

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
## Requirements
66

7-
- [x] Titanium SDK 7.0.0+
8-
- [x] iOS: Xcode 10.2 / Swift 5.0+
7+
- [x] Android: Titanium SDK 7.0.0+
8+
- [x] iOS: Titanium SDK 7.4.0+ / Xcode 10.2 / Swift 5.0+
99

1010
> 💡 The iOS module is built with Swift 5.0 and you need to have the same Swift version installed to be able to use this module. You can check your current Swift version by using swift -v from the terminal.
1111

ios/manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# this is your module manifest and used by Titanium
33
# during compilation, packaging, distribution, etc.
44
#
5-
version: 2.0.0
5+
version: 2.1.0
66
apiversion: 2
77
architectures: armv7 arm64 i386 x86_64
88
description: Socket.io client for Titanium
@@ -15,4 +15,4 @@ name: ti.socketio
1515
moduleid: ti.socketio
1616
guid: 65fbdc59-432f-40d8-8ea9-02799887db3c
1717
platform: iphone
18-
minsdk: 7.0.0.GA
18+
minsdk: 7.4.0.GA

0 commit comments

Comments
 (0)