Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jespersmith committed Jun 12, 2020
1 parent 44189f5 commit be7af56
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 @@ -65,7 +65,7 @@ private void AddRegistryPackage(UnityEditor.PackageManager.PackageInfo info)
}
catch(System.Exception e)
{
Debug.LogError("Invalid version " + info.version + " " + GetLatestVersion(info));
Debug.LogError("Invalid version for package " + info.displayName + ". Current: " + info.version + ", Latest: " + GetLatestVersion(info));
}
}

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.halodi.halodi-unity-package-registry-manager",
"version": "0.1.0",
"version": "0.1.1",
"displayName": "Halodi Unity Package Registry Manager",
"type": "tool",
"samples": [],
Expand Down

0 comments on commit be7af56

Please sign in to comment.