Skip to content

Commit 151bb14

Browse files
Update podspec.
1 parent e3bf3e2 commit 151bb14

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# JavaScriptBridge CHANGELOG
22

3+
## 0.1.4
4+
- Fix UIGestureRecognizer header.
5+
36
## 0.1.3
47
- Add support UIBarButtonItem's `init` mathod.
58

JavaScriptBridge.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 = "JavaScriptBridge"
3-
s.version = "0.1.3"
3+
s.version = "0.1.4"
44
s.summary = "Write iOS apps in Javascript! JavaScriptBridge provides the way to write iOS apps with JavaScript."
55
s.homepage = "https://github.com/kishikawakatsumi/JavaScriptBridge"
66
s.social_media_url = "https://twitter.com/k_katsumi"

0 commit comments

Comments
 (0)