Skip to content

Commit 0ee7fca

Browse files
committed
Bumping up version
1 parent 684fc48 commit 0ee7fca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/vm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "com.bitgames.bhl",
33
"displayName": "BHL Runtime",
4-
"version": "v2.0.0-beta152"
4+
"version": "v2.0.0-beta153"
55
}

src/vm/version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace bhl {
22

33
public static class Version
44
{
5-
public static string Name = "v2.0.0-beta152";
5+
public static string Name = "v2.0.0-beta153";
66
}
77

88
}

0 commit comments

Comments
 (0)