Skip to content

Commit 81a42ce

Browse files
committed
Bump version to 2.0.1
1 parent db1e8fc commit 81a42ce

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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+
## [2.0.1 (2019-03-06)]
13+
14+
### Changed
15+
16+
* Change `JSValueType` description to string value.
17+
1218
## [2.0.0 (2019-02-28)]
1319

1420
### Added
@@ -109,7 +115,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
109115

110116
* First release.
111117

112-
[Unreleased]: https://github.com/ridi/WKJavaScriptController/compare/2.0.0...HEAD
118+
[Unreleased]: https://github.com/ridi/WKJavaScriptController/compare/2.0.1...HEAD
119+
[2.0.1 (2019-03-06)]: https://github.com/ridi/WKJavaScriptController/compare/2.0.0...2.0.1
113120
[2.0.0 (2019-02-28)]: https://github.com/ridi/WKJavaScriptController/compare/1.2.0...2.0.0
114121
[1.2.0 (2019-02-26)]: https://github.com/ridi/WKJavaScriptController/compare/1.1.9...1.2.0
115122
[1.1.9 (2018-07-31)]: https://github.com/ridi/WKJavaScriptController/compare/1.1.8...1.1.9

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 = '2.0.0'
3+
s.version = '2.0.1'
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)