We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684fc48 commit 0ee7fcaCopy full SHA for 0ee7fca
src/vm/package.json
@@ -1,5 +1,5 @@
1
{
2
"name": "com.bitgames.bhl",
3
"displayName": "BHL Runtime",
4
- "version": "v2.0.0-beta152"
+ "version": "v2.0.0-beta153"
5
}
src/vm/version.cs
@@ -2,7 +2,7 @@ namespace bhl {
public static class Version
- public static string Name = "v2.0.0-beta152";
+ public static string Name = "v2.0.0-beta153";
6
7
8
0 commit comments