Skip to content

Commit

Permalink
Merge pull request #44 from onerain88/doc
Browse files Browse the repository at this point in the history
Doc
  • Loading branch information
onerain88 authored Mar 5, 2020
2 parents cb724e1 + 593ac97 commit 2eeb19d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -330,3 +330,4 @@ ASALocalRun/
.mfractor/

!Common/Log/
Doc/
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OUTPUT_DIRECTORY = ./Doc/
EXTRACT_ALL = yes
EXTRACT_PRIVATE = no
EXTRACT_STATIC = yes
INPUT = ./Storage/Source/ ./RTM/Source/ ./LiveQuery/Source/
INPUT = ./Storage/
#Do not add anything here unless you need to. Doxygen already covers all
#common formats like .c/.cc/.cxx/.c++/.cpp/.inl/.h/.hpp
FILE_PATTERNS =
Expand Down
2 changes: 1 addition & 1 deletion Storage/LeanCloud.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace LeanCloud {
/// </summary>
public class LeanCloud {
// SDK 版本号,用于 User-Agent 统计
internal const string SDKVersion = "0.2.0";
internal const string SDKVersion = "0.2.1";

// 接口版本号,用于接口版本管理
internal const string APIVersion = "1.1";
Expand Down

0 comments on commit 2eeb19d

Please sign in to comment.