File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1- ## 1.7.0 (2019-01-21 )
1+ ## 1.7.1 (2019-02-22 )
22
33### Bug Fixes
44
5- - Clear up websocket state when socket closed ( # 243 )
5+ - Fix ` saveRecord ` always upload the assets again even they are uploaded # 245
66
7+ ### Other Notes
78
9+ - Add _ Nullable annotation to SKYRecord setObject #244
10+
11+ ## 1.7.0 (2019-01-21)
12+
13+ ### Bug Fixes
14+
15+ - Clear up websocket state when socket closed (#243 )
816
917## 1.6.4 (2018-11-12)
1018
Original file line number Diff line number Diff line change 2020#ifndef SKYKit_version_h
2121#define SKYKit_version_h
2222
23- #define SKY_VERSION @"1.7.0 "
23+ #define SKY_VERSION @"1.7.1 "
2424
2525#endif /* SKYKit_version_h */
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "SKYKit"
3- s . version = "1.7.0 "
3+ s . version = "1.7.1 "
44 s . summary = "iOS SDK for Skygear"
55 s . description = <<-DESC
66 This is the client library for Skygear backend.
You can’t perform that action at this time.
0 commit comments