Skip to content

Commit

Permalink
Merge pull request #87 from Kapim/master
Browse files Browse the repository at this point in the history
Version 0.4.0
  • Loading branch information
Kapim authored Apr 17, 2020
2 parents ac8bba2 + e352d78 commit 66bac06
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 @@ -85,7 +85,7 @@ public class GameManager : Singleton<GameManager> {
public bool ProjectChanged = false, ProjectRunning = false;

public const string ApiVersion = "0.6.0";
public readonly string EditorVersion = "0.4.0-rc.2";
public readonly string EditorVersion = "0.4.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 66bac06

Please sign in to comment.