Skip to content

Commit

Permalink
Update Version to 3.1.3 (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoC0de authored Jun 29, 2023
1 parent 332b623 commit f9fb82d
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/NugetPreferences.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class NugetPreferences : SettingsProvider
/// <summary>
/// The current version of NuGet for Unity.
/// </summary>
public const string NuGetForUnityVersion = "3.1.1";
public const string NuGetForUnityVersion = "3.1.3";

/// <summary>
/// The current position of the scroll bar in the GUI.
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": "3.1.1",
"version": "3.1.3",
"description": "A NuGet Package Manager for Unity",
"unity": "2018.4",
"keywords": [
Expand Down

0 comments on commit f9fb82d

Please sign in to comment.