Skip to content

Commit

Permalink
Merge pull request #48 from techno-dwarf-works/feature/refactoring
Browse files Browse the repository at this point in the history
Version 0.0.45
  • Loading branch information
uurha committed Sep 1, 2024
1 parent a742f57 commit b8cc4e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Editor/CustomEditors/MultiEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Better.Commons.EditorAddons.CustomEditors
{
[CanEditMultipleObjects]
[CustomEditor(typeof(Object), true)]
internal sealed class MultiEditor : Editor
public class MultiEditor : Editor
{
private List<ExtendedEditor> _preEditors = new List<ExtendedEditor>();
private List<ExtendedEditor> _postEditors = new List<ExtendedEditor>();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.tdw.better.commons",
"displayName": "Better Commons",
"version": "0.0.44",
"version": "0.0.45",
"unity": "2021.3",
"description": " ",
"dependencies": {
Expand Down

0 comments on commit b8cc4e7

Please sign in to comment.