Skip to content

Commit

Permalink
fix(version): versioning to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljbc1994 committed Dec 6, 2020
1 parent b87b769 commit 74d2647
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<!-- Versioning properties -->
<PropertyGroup>
<VersionPrefix Condition=" '$(VersionPrefix)'=='' ">1.0.0</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)'=='' ">1.1.0</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">dev</VersionSuffix>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Title>Blazor Intersection Observer</Title>
<Description>Intersection Observer API for Blazor applications</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<Product>BlazorIntersectionObserver</Product>
<PackageReleaseNotes>06/12/2020
- Updated project to use dotnet 5</PackageReleaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion src/Blazor.IntersectionObserver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blazor.intersectionobserver",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"description": "Intersection Observer wrapper for Blazor",
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit 74d2647

Please sign in to comment.