Skip to content

Commit 59dcb92

Browse files
authored
Merge pull request #20 from megalon/fix/issues
v0.2.1 Fixes
2 parents 07b44a9 + c4f5a41 commit 59dcb92

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

NASB_Parser_for_Unity.dll

0 Bytes
Binary file not shown.

Scripts/Utils/Utils.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static class Consts
113113
public const float NodeVarHeight = 20f;
114114
public const int MaxDisplayNameLength = 12;
115115

116-
public const string VERSION = "0.2.0";
116+
public const string VERSION = "0.2.1";
117117
public const string PROJECT_NAME = "NASB Moveset Editor";
118118
public const string GRAPH_FOLDER_NAME = "Moveset Graphs";
119119

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.github.megalon.nasb-moveset-editor",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A node based moveset editor for Nickelodeon All-Star Brawl!",
55
"displayName": "NASB Moveset Editor",
66
"unity": "2020.3",

0 commit comments

Comments
 (0)