Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
krzys-h committed Aug 26, 2016
1 parent 098e022 commit d0a7499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/ProcessManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ void Update () {
string remotePort = "8888";

void OnGUI() {
GUILayout.Label ("ProcessManager by krzys_h v0.2-beta");
GUILayout.Label ("ProcessManager by krzys_h v0.3-beta");
GUILayout.Label (hostId >= 0 ? "Server running on :" + serverPort : "Server not running");
remoteIp = GUILayout.TextField (remoteIp);
remotePort = GUILayout.TextField (remotePort);
Expand Down

0 comments on commit d0a7499

Please sign in to comment.