Skip to content

Commit 2d3eab3

Browse files
authored
Update project version (#347)
* Update project version
1 parent 5c42716 commit 2d3eab3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Plugins/API/Foundation/Editor/Version.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace RealtimeCSG.Foundation
22
{
33
internal static class Versioning
44
{
5-
public const string PluginVersion = "1_570";
5+
public const string PluginVersion = "1_571";
66
public const string PluginDLLVersion = "1_559";
77
}
88
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.prenominal.realtimecsg",
3-
"version": "1.57.0",
3+
"version": "1.57.1",
44
"description": "RealtimeCSG is a CSG level design tool, that allows you to intuitively and rapidly create levels. With its non-destructive workflow, you can easily adjust your levels at any time, and iterate with instant feedback.",
55
"displayName": "RealtimeCSG",
66
"unity": "2018.3",

0 commit comments

Comments
 (0)