Skip to content

Commit

Permalink
API version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapim committed Mar 24, 2020
1 parent f54cf15 commit 91cf2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcor2_AREditor/Assets/BASE/Scripts/GameManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public class GameManager : Singleton<GameManager> {
private bool sceneReady;
private IO.Swagger.Model.ProjectState projectState = null;

public const string ApiVersion = "0.4.0";
public const string ApiVersion = "0.5.0";

public List<IO.Swagger.Model.ListProjectsResponseData> Projects = new List<IO.Swagger.Model.ListProjectsResponseData>();
public List<IO.Swagger.Model.IdDesc> Scenes = new List<IO.Swagger.Model.IdDesc>();
Expand Down

0 comments on commit 91cf2c7

Please sign in to comment.