Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
update to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael j. Currie committed Jun 6, 2019
1 parent 71a9ef7 commit 673951a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,21 @@
<RazorLangVersion>3.0</RazorLangVersion>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>

<Version>0.2.0</Version>
<Version>0.2.1</Version>
<PackageProjectUrl>https://github.com/Basaingeal/Blazor.PageVisibility</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<DefaultItemExcludes>${DefaultItemExcludes};node_modules\**</DefaultItemExcludes>

<Authors>Michael J. Currie</Authors>

<Company>Currie Technologies</Company>

<RepositoryUrl>https://github.com/Basaingeal/Blazor.PageVisibility</RepositoryUrl>

<PackageReleaseNotes>Reduced overhead for synchronous javascript calls.</PackageReleaseNotes>

<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CurrieTechnologies.Blazor.PageVisibility/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "currietechnologies-blazorpagevisibility",
"version": "0.2.0",
"version": "0.2.1",
"description": "A Blazor JSInterop library for interacting with the browser visibility API",
"scripts": {
"build": "tsc"
Expand Down

0 comments on commit 673951a

Please sign in to comment.