Skip to content

Commit 6c3ada8

Browse files
committed
Bump version number to 1.2.0
1 parent 8082da4 commit 6c3ada8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Console.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Consolation
88
/// <summary>
99
/// A console to display Unity's debug logs in-game.
1010
///
11-
/// Version: 1.1.2
11+
/// Version: 1.2.0
1212
/// </summary>
1313
class Console : MonoBehaviour
1414
{
@@ -424,4 +424,4 @@ public bool TryDequeue(out T result)
424424
}
425425
}
426426
}
427-
}
427+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"keywords": ["console", "debug", "log", "logging"],
55
"name": "com.matthewminer.consolation",
66
"unity": "2017.1",
7-
"version": "1.1.0"
7+
"version": "1.2.0"
88
}

0 commit comments

Comments
 (0)