We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a6caa commit 39eceabCopy full SHA for 39eceab
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# JavaScriptBridge CHANGELOG
2
3
+## 0.3.1
4
+- Fix failed to call overrided class methods.
5
+
6
## 0.3.0
7
- Support `SpriteKit.framework`
8
JavaScriptBridge.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JavaScriptBridge"
- s.version = "0.3.0"
+ s.version = "0.3.1"
s.summary = "Write iOS apps in Javascript! JavaScriptBridge provides the way to write iOS apps with JavaScript."
s.homepage = "https://github.com/kishikawakatsumi/JavaScriptBridge"
s.social_media_url = "https://twitter.com/k_katsumi"
0 commit comments