Skip to content

Commit

Permalink
Updating Helpful Libraries reference to latest, updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Mar 27, 2022
1 parent 4d253aa commit 0990d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lombiq.JsonEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="3.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="4.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[assembly: Module(
Name = "Lombiq JSON Editor",
Author = "Lombiq Technologies",
Version = "2.0.0",
Version = "2.0.1",
Description = "Module for displaying a JSON Editor like on jsoneditoronline.org.",
Website = "https://github.com/Lombiq/"
)]
Expand Down

0 comments on commit 0990d72

Please sign in to comment.