Skip to content

Commit 39eceab

Browse files
Update podspec.
1 parent f1a6caa commit 39eceab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# JavaScriptBridge CHANGELOG
22

3+
## 0.3.1
4+
- Fix failed to call overrided class methods.
5+
36
## 0.3.0
47
- Support `SpriteKit.framework`
58

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.3.0"
3+
s.version = "0.3.1"
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)