Skip to content

Commit

Permalink
v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Dec 27, 2016
1 parent 0b7c995 commit f41faf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ Release Checklist
Version History
---------------

Next version
+ Pretty-print json in log messages
v5.1.1
+ Swift unit tests and examples
+ Implement removeHandler

v5.1.0
+ A single instantiation function for all webview types.
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 = '5.1.0'
s.version = '5.1.1'
s.summary = 'An iOS & OSX bridge for sending messages between Obj-C/Swift and JavaScript in WKWebViews, UIWebViews & WebViews.'
s.homepage = 'https://github.com/marcuswestin/WebViewJavascriptBridge'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit f41faf7

Please sign in to comment.