Skip to content

Commit f8341e2

Browse files
committed
feat: update to v.1.0.0-beta3
1 parent ac263dd commit f8341e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Runtime/Core/JahroConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public enum Environment
1515
}
1616

1717
internal const Environment ENV = Environment.PROD;
18-
public static readonly string CurrentVersion = "1.0.0-beta2";
18+
public static readonly string CurrentVersion = "1.0.0-beta3";
1919

2020
#endregion
2121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.jahro.console",
3-
"version": "1.0.0-beta2",
3+
"version": "1.0.0-beta3",
44
"displayName": "Jahro",
55
"description": "Jahro is a powerful and easy-to-use Unity debugging console and runtime tool. Effortlessly execute commands, monitor variables in real-time, capture logs, and sync snapshots to analyze your game like never before. Perfect for developers who want a smarter way to debug, test, and optimize their Unity projects!",
66
"unity": "2021.1",

0 commit comments

Comments
 (0)