Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
z3y committed Sep 17, 2024
1 parent 936ba29 commit 3c98a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Editor/Importer/Importer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Graphlit
{
[ScriptedImporter(5, new[] { "graphlit", "subgraphlit", "zsg" }, 0)]
[ScriptedImporter(6, new[] { "graphlit", "subgraphlit", "zsg" }, 0)]
public class ShaderGraphImporter : ScriptedImporter
{
internal static Dictionary<string, ShaderGraphView> _graphViews = new();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.z3y.graphlit",
"version": "1.0.6",
"version": "1.0.7",
"unity": "2022.3",
"displayName": "Graphlit",
"hideInEditor": false,
Expand Down

0 comments on commit 3c98a79

Please sign in to comment.