Skip to content

Commit 2be293f

Browse files
Update podspec.
1 parent b37a34d commit 2be293f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# JavaScriptBridge CHANGELOG
22

3-
## 0.1.4
3+
## 0.1.6
4+
- Fix duplicate named methods/properties export.
5+
6+
## 0.1.5
47
- Change all `CFType` to `id` in JSExport protocol methods.
58

69
## 0.1.4

JavaScriptBridge.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 = "JavaScriptBridge"
3-
s.version = "0.1.5"
3+
s.version = "0.1.6"
44
s.summary = "Write iOS apps in Javascript! JavaScriptBridge provides the way to write iOS apps with JavaScript."
55
s.homepage = "https://github.com/kishikawakatsumi/JavaScriptBridge"
66
s.social_media_url = "https://twitter.com/k_katsumi"

0 commit comments

Comments
 (0)