Skip to content

Commit 5430012

Browse files
committed
v4.0.2
1 parent e75690e commit 5430012

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v4.0.2
2+
+ Fix NSInvalidArgumentException: "attempt to insert nil object" when using shorthand -callHandler:
3+
+ Fix sending messages including __WVJB_MESSAGE_SEPERATOR__ string
4+
15
v4.0.1
26
+ Fix detection of arc_weak support
37

WebViewJavascriptBridge.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 = 'WebViewJavascriptBridge'
3-
s.version = '4.0.1'
3+
s.version = '4.0.2'
44
s.summary = 'An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.'
55
s.homepage = 'http://github.com/marcuswestin/WebViewJavascriptBridge'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)