Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Jun 8, 2013
1 parent 8f1aaf9 commit 2f1623a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
v3.1.0
+ Dont inject the WVJB bridge until all requests have finished loading (61b853)
+ Add podspec file (818d49cfc)
+ Memory leaks fixed (b06988f1, 20ce1b0b)
+ New major contributor @peyton!

v3.0.0
+ OSX Support
+ New major contributor @oakho!

v2.1.2
+ Copy handler and response blocks
Expand Down
2 changes: 1 addition & 1 deletion WebViewJavascriptBridge.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WebViewJavascriptBridge'
s.version = '4.0.0pre'
s.version = '3.1.0'
s.summary = 'An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.'
s.homepage = 'http://github.com/marcuswestin/WebViewJavascriptBridge'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 2f1623a

Please sign in to comment.