Skip to content

Commit

Permalink
update version numer to 4.1.1 (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoC0de authored Jun 2, 2024
1 parent b9f895b commit c7a7bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NuGetForUnity/Editor/Ui/NugetPreferences.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class NugetPreferences : SettingsProvider
/// <summary>
/// The current version of NuGet for Unity.
/// </summary>
public const string NuGetForUnityVersion = "4.1.0";
public const string NuGetForUnityVersion = "4.1.1";

private const float LabelPading = 5;

Expand Down
2 changes: 1 addition & 1 deletion src/NuGetForUnity/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.github-glitchenzo.nugetforunity",
"displayName": "NuGetForUnity",
"version": "4.1.0",
"version": "4.1.1",
"description": "A NuGet Package Manager for Unity",
"unity": "2018.4",
"keywords": [
Expand Down

0 comments on commit c7a7bbf

Please sign in to comment.