Skip to content

Commit c7a7bbf

Browse files
authored
update version numer to 4.1.1 (#647)
1 parent b9f895b commit c7a7bbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/NuGetForUnity/Editor/Ui/NugetPreferences.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class NugetPreferences : SettingsProvider
3434
/// <summary>
3535
/// The current version of NuGet for Unity.
3636
/// </summary>
37-
public const string NuGetForUnityVersion = "4.1.0";
37+
public const string NuGetForUnityVersion = "4.1.1";
3838

3939
private const float LabelPading = 5;
4040

src/NuGetForUnity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.github-glitchenzo.nugetforunity",
33
"displayName": "NuGetForUnity",
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"description": "A NuGet Package Manager for Unity",
66
"unity": "2018.4",
77
"keywords": [

0 commit comments

Comments
 (0)