We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7668b27 commit d0748c2Copy full SHA for d0748c2
ios/sdk/WeexSDK.podspec
@@ -2,7 +2,7 @@
2
Pod::Spec.new do |s|
3
4
s.name = "WeexSDK"
5
- s.version = "0.9.4"
+ s.version = "0.9.5"
6
s.summary = "WeexSDK Source ."
7
8
s.description = <<-DESC
ios/sdk/WeexSDK/Sources/Utility/WXDefine.h
@@ -9,7 +9,7 @@
9
#ifndef __WX_DEFINE_H__
10
#define __WX_DEFINE_H__
11
12
-#define WX_SDK_VERSION @"0.9.4"
+#define WX_SDK_VERSION @"0.9.5"
13
14
#if defined(__cplusplus)
15
#define WX_EXTERN extern "C" __attribute__((visibility("default")))
0 commit comments