Skip to content

Commit 50641f1

Browse files
authored
Merge pull request alibaba#2220 from boboning/ios-jsframework-0.19.7
ios update weexSDK Version to 0.9.5
2 parents 46332dd + ee0f2bb commit 50641f1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ios/sdk/WeexSDK.podspec

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
Pod::Spec.new do |s|
33

44
s.name = "WeexSDK"
5-
s.version = "0.10.0"
5+
6+
s.version = "0.9.5"
7+
68
s.summary = "WeexSDK Source ."
79

810
s.description = <<-DESC

ios/sdk/WeexSDK/Sources/Utility/WXDefine.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef __WX_DEFINE_H__
1010
#define __WX_DEFINE_H__
1111

12-
#define WX_SDK_VERSION @"0.10.0"
12+
#define WX_SDK_VERSION @"0.9.5"
1313

1414
#if defined(__cplusplus)
1515
#define WX_EXTERN extern "C" __attribute__((visibility("default")))

0 commit comments

Comments
 (0)