Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Niikelion committed Jan 8, 2025
1 parent 9a3f7bc commit 08a3e79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Runtime/MutableDictionary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ public bool TryGetValue(TKey key, out TValue value)
return false;
}

//TODO: do
public override string ToString() => $"{{ {string.Join(", ", values.Select(e => $"{e.Key} = {e.Value}"))} }}";

private (TValue value, IMutableValue mutable) CreateEntry(TValue item)
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.niikelion.ui.lithium",
"version": "2.0.3",
"version": "2.1.0",
"displayName": "Lithium UI",
"description": "Reactive UI library designed for editor tools creation.",
"unity": "6000.0",
Expand Down

0 comments on commit 08a3e79

Please sign in to comment.