Skip to content

Commit d25483b

Browse files
authored
update version number to 4.0.0 (#593)
1 parent 01a8964 commit d25483b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/NuGetForUnity/Editor/Ui/NugetPreferences.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class NugetPreferences : SettingsProvider
2828
/// <summary>
2929
/// The current version of NuGet for Unity.
3030
/// </summary>
31-
public const string NuGetForUnityVersion = "3.1.3";
31+
public const string NuGetForUnityVersion = "4.0.0";
3232

3333
/// <summary>
3434
/// The current position of the scroll bar in the GUI.

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

0 commit comments

Comments
 (0)