Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 2d3c83c

Browse files
committed
Bump version
1 parent 3213717 commit 2d3c83c

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

src/ExplorerCore.cs

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
1-
using System;
2-
using System.Collections;
3-
using System.Collections.Generic;
4-
using System.IO;
1+
using System.IO;
52
using UnityEngine;
6-
using UnityEngine.UI;
73
using UnityExplorer.Config;
8-
using UnityExplorer.UI;
94
using UnityExplorer.ObjectExplorer;
10-
using UnityExplorer.UI.Panels;
115
using UnityExplorer.Runtime;
6+
using UnityExplorer.UI;
7+
using UnityExplorer.UI.Panels;
128
using UniverseLib.Input;
13-
using UniverseLib.UI;
14-
using System.Reflection;
159

1610
namespace UnityExplorer
1711
{
1812
public static class ExplorerCore
1913
{
2014
public const string NAME = "UnityExplorer";
21-
public const string VERSION = "4.5.12";
15+
public const string VERSION = "4.6.0";
2216
public const string AUTHOR = "Sinai";
2317
public const string GUID = "com.sinai.unityexplorer";
2418

0 commit comments

Comments
 (0)