Skip to content

Commit

Permalink
Update CHANGELOG for 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungpat committed Jan 16, 2018
1 parent 4d22def commit c7137b0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
## 1.3.1 (2018-01-16)

### Features

- Add open, close and error hook for pubsub (#155)

### Bug Fixes

- Fix unable to init SKYAsset (#169)

### Other Notes

- Add login with custom token example
## 1.3.0 (2018-01-04)

### Features
Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/SKYKit+version.h
Expand Up @@ -20,6 +20,6 @@
#ifndef SKYKit_version_h
#define SKYKit_version_h

#define SKY_VERSION @"1.3.0"
#define SKY_VERSION @"1.3.1"

#endif /* SKYKit_version_h */
2 changes: 1 addition & 1 deletion SKYKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SKYKit"
s.version = "1.3.0"
s.version = "1.3.1"
s.summary = "iOS SDK for Skygear"
s.description = <<-DESC
This is the client library for Skygear backend.
Expand Down

0 comments on commit c7137b0

Please sign in to comment.