Skip to content

Commit 855d9e8

Browse files
committed
Bump version to 1.2.0
1 parent 6bc0da1 commit 855d9e8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
* None.
1111

12+
## [1.2.0 (2019-02-26)]
13+
14+
### Changed
15+
16+
* Migrate to Swift 4.2.
17+
1218
## [1.1.9 (2018-07-31)]
1319

1420
### Fixed
@@ -86,7 +92,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8692

8793
* First release.
8894

89-
[Unreleased]: https://github.com/ridi/cocoa-oauth2/compare/1.1.9...HEAD
95+
[Unreleased]: https://github.com/ridi/cocoa-oauth2/compare/1.2.0...HEAD
96+
[1.2.0 (2019-02-26)]: https://github.com/ridi/cocoa-oauth2/compare/1.1.9...1.2.0
9097
[1.1.9 (2018-07-31)]: https://github.com/ridi/cocoa-oauth2/compare/1.1.8...1.1.9
9198
[1.1.8 (2017-11-29)]: https://github.com/ridi/cocoa-oauth2/compare/1.1.7...1.1.8
9299
[1.1.7 (2017-09-26)]: https://github.com/ridi/cocoa-oauth2/compare/1.1.6...1.1.7

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Calling native code from Javascript in iOS likes JavascriptInterface in Android.
1010
- Swift 4.2
1111
- iOS8+
1212

13-
(based on WKJavaScriptController 1.1.9+)
13+
(based on WKJavaScriptController 1.2.0+)
1414

1515
## Installation
1616
This library is distributed by [CocoaPods](https://cocoapods.org).

WKJavaScriptController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'WKJavaScriptController'
3-
s.version = '1.1.9'
3+
s.version = '1.2.0'
44
s.summary = 'Calling native code from Javascript in the iOS application likes JavascriptInterface in the Android.'
55
s.homepage = 'https://github.com/ridi/WKJavaScriptController'
66
s.authors = { 'Ridibooks Viewer Team' => 'viewer.team@ridi.com' }

0 commit comments

Comments
 (0)