We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bf3e2 commit 151bb14Copy full SHA for 151bb14
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# JavaScriptBridge CHANGELOG
2
3
+## 0.1.4
4
+- Fix UIGestureRecognizer header.
5
+
6
## 0.1.3
7
- Add support UIBarButtonItem's `init` mathod.
8
JavaScriptBridge.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JavaScriptBridge"
- s.version = "0.1.3"
+ s.version = "0.1.4"
s.summary = "Write iOS apps in Javascript! JavaScriptBridge provides the way to write iOS apps with JavaScript."
s.homepage = "https://github.com/kishikawakatsumi/JavaScriptBridge"
s.social_media_url = "https://twitter.com/k_katsumi"
0 commit comments