Skip to content

Commit

Permalink
package version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnSur committed Aug 31, 2022
1 parent c43d105 commit edcce40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace QuickEye.UIToolkit
{
internal static class PackageInfo
{
public const string Version = "1.5.0";
public const string Version = "1.6.0";
public const string Name = "com.quickeye.ui-toolkit-plus";
public const string DisplayName = "UI Toolkit Plus";
}
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.quickeye.ui-toolkit-plus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.quickeye.ui-toolkit-plus",
"displayName": "UI Toolkit Plus",
"version": "1.5.0",
"version": "1.6.0",
"unity": "2021.3",
"author": "Quick Eye",
"type": "library",
Expand Down

0 comments on commit edcce40

Please sign in to comment.