Skip to content

Commit f8f1902

Browse files
authored
Update version to 4.4.0 (#717)
1 parent d30cb64 commit f8f1902

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
@@ -35,7 +35,7 @@ public class NugetPreferences : SettingsProvider
3535
/// <summary>
3636
/// The current version of NuGet for Unity.
3737
/// </summary>
38-
public const string NuGetForUnityVersion = "4.3.0";
38+
public const string NuGetForUnityVersion = "4.4.0";
3939

4040
/// <summary>
4141
/// The location where the settings are placed in the menu of the Unity Editor.

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.3.0",
4+
"version": "4.4.0",
55
"description": "A NuGet Package Manager for Unity",
66
"unity": "2018.4",
77
"keywords": [

0 commit comments

Comments
 (0)