Skip to content

Commit 3ea7472

Browse files
committed
update CHANGELO
1 parent b1f133d commit 3ea7472

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.3.0 Release notes (2019-XX-XX)
1+
1.3.0 Release notes (2019-04-09)
22
=============================================================
33

44
### API Breaking Changes
@@ -11,6 +11,8 @@
1111
* You can call this method to switch to a different key when logging in to Studyplus or posting study records.
1212
* If multiple applications are connected with Studyplus, you need to call this method.
1313
* If there is only one connected application, you do not need to call this method.
14+
* Built with Xcode 10.2 & Swift 5.
15+
* Update library.
1416

1517
### Bugfixes
1618

StudyplusSDK-V2.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ Pod::Spec.new do |s|
1111
s.ios.deployment_target = '8.0'
1212
s.ios.frameworks = ['UIKit', 'Foundation']
1313
s.author = { "studyplus" => "[email protected]" }
14-
s.dependency 'KeychainAccess', '3.1.2'
14+
s.dependency 'KeychainAccess', '3.2.0'
1515
end

0 commit comments

Comments
 (0)