You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -115,6 +115,8 @@ Tutorials of different languages can be found below:
115
115
116
116
If you are interested in contributing, check out the [CONTRIBUTING.md], also join our [Tencent OpenSource Plan](https://opensource.tencent.com/contribution).
Copy file name to clipboardExpand all lines: WCDB.cpp.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
# pod trunk push WCDB.cpp.podspec --verbose --skip-import-validation --allow-warnings
5
5
Pod::Spec.newdo |wcdb|
6
6
wcdb.name="WCDB.cpp"
7
-
wcdb.version="2.1.13"
7
+
wcdb.version="2.1.14"
8
8
wcdb.summary="WCDB is a cross-platform database framework developed by WeChat."
9
9
wcdb.description=<<-DESC
10
10
The WeChat Database, for C++. (If you want to use WCDB for Swift or Objective-C, see the "WCDB.swift" pod or "WCDB.objc" pod. If you want to use WCDB for C++/Objc/Swift in one project, see the "WCDB" pod)
Copy file name to clipboardExpand all lines: WCDB.objc.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
# pod trunk push WCDB.objc.podspec --verbose --skip-import-validation --allow-warnings
5
5
Pod::Spec.newdo |wcdb|
6
6
wcdb.name="WCDB.objc"
7
-
wcdb.version="2.1.13"
7
+
wcdb.version="2.1.14"
8
8
wcdb.summary="WCDB is a cross-platform database framework developed by WeChat."
9
9
wcdb.description=<<-DESC
10
10
The WeChat Database, for Objective-C. (If you want to use WCDB for Swift or C++, see the "WCDB.swift" pod or "WCDB.cpp" pod. If you want to use WCDB for C++/Objc/Swift in one project, see the "WCDB" pod)
Copy file name to clipboardExpand all lines: WCDB.swift.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
# pod trunk push --verbose --allow-warnings WCDB.swift.podspec
5
5
Pod::Spec.newdo |wcdb|
6
6
wcdb.name="WCDB.swift"
7
-
wcdb.version="2.1.13"
7
+
wcdb.version="2.1.14"
8
8
wcdb.summary="WCDB is a cross-platform database framework developed by WeChat."
9
9
wcdb.description=<<-DESC
10
10
The WeChat Database, for Swift. (If you want to use WCDB for Objective-C or C++, see the "WCDB.objc" pod or "WCDB.cpp" pod. If you want to use WCDB for C++/Objc/Swift in one project, see the "WCDB" pod)
0 commit comments