Skip to content

Commit ceae0b7

Browse files
committed
v1.9.12: bump version
Update the podspec name and version.
1 parent 062cabe commit ceae0b7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

RCTWeChat.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Be sure to run `pod spec lint react-native-qq.podspec' to ensure this is a
2+
# Be sure to run `pod spec lint RCTWeChat.podspec' to ensure this is a
33
# valid spec and to remove all comments including this before submitting the spec.
44
#
55
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
@@ -8,16 +8,16 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "RCTWeChat"
11-
s.version = "1.9.11"
11+
s.version = "1.9.12"
1212
s.summary = "React-Native(iOS/Android) functionalities include WeChat Login, Share, Favorite and Payment {QQ: 336021910}"
1313
s.description = <<-DESC
1414
React-Native(iOS/Android) functionalities include WeChat Login, Share, Favorite and Payment {QQ: 336021910}
1515
DESC
16-
s.author = { "weflex" => "336021910@qq.com" }
17-
s.homepage = "https://github.com/weflex/react-native-wechat"
16+
s.author = { "yorkie" => "yorkiefixer@gmail.com" }
17+
s.homepage = "https://github.com/yorkie/react-native-wechat"
1818
s.license = "MIT"
1919
s.platform = :ios, "9.0"
20-
s.source = { :git => "https://github.com/weflex/react-native-wechat.git", :tag => "master" }
20+
s.source = { :git => "https://github.com/yorkie/react-native-wechat.git", :tag => "master" }
2121
s.source_files = "ios/*.{h,m}"
2222
s.dependency "React"
2323
s.vendored_libraries = "ios/libWeChatSDK.a"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-wechat",
3-
"version": "1.9.11",
3+
"version": "1.9.12",
44
"description": "react-native library for wechat app",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)