Skip to content

Commit da91f9b

Browse files
committed
v4.1.1
1 parent dba418a commit da91f9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
intended v4.1.1
1+
v4.1.1
22
+ Better JS initialization script (thank @refractalize!)
33
+ When passing nil to an objc response callback, replace it with [NSNull null] (becomes null in js)
44

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