Skip to content

Commit

Permalink
build: bump to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet committed Oct 25, 2022
1 parent 8fb799f commit 841b0ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/generator/generator.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.0.3</Version>
<Version>0.0.4</Version>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/lib.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.0.3</Version>
<Version>0.0.4</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>InfiniteEnumFlags</RootNamespace>
Expand Down

0 comments on commit 841b0ca

Please sign in to comment.