Skip to content

Commit f9fb82d

Browse files
authored
Update Version to 3.1.3 (#533)
1 parent 332b623 commit f9fb82d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/NuGetForUnity/Editor/NugetPreferences.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class NugetPreferences : SettingsProvider
1111
/// <summary>
1212
/// The current version of NuGet for Unity.
1313
/// </summary>
14-
public const string NuGetForUnityVersion = "3.1.1";
14+
public const string NuGetForUnityVersion = "3.1.3";
1515

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

0 commit comments

Comments
 (0)