Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
Moved to branch v1.0.0
  • Loading branch information
snlpatel001213 committed Mar 4, 2022
1 parent b7d0f14 commit b1f225d
Show file tree
Hide file tree
Showing 175 changed files with 5,977 additions and 3,354 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,5 @@ crashlytics-build.properties
.meta

# Experiments
ReinforcementLearningExample/DQN/
ReinforcementLearningExample/Experiment/
ReinforcementLearningExample/
Python/client_examples/.ipynb_checkpoints
2 changes: 1 addition & 1 deletion Assets/AirplanePhysics/Code/commons/CommonConfigs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static class CommonFunctions
/// </summary>
/// <returns></returns>
public static string GET_VERSION(){
string VERSION = "0.1.5";
string VERSION = "1.0.0";
return VERSION;
}
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Assets/Editor/AutomatedBuild.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static void BuildAll ()
BuildLinux();
BuildWindows();
BuildMac();
BuildWebGL();
// BuildWebGL();
SwitchBuild2Default();
}

Expand Down
Loading

0 comments on commit b1f225d

Please sign in to comment.