Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dezhidki committed Dec 10, 2021
1 parent eb47b0e commit 91e8fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tommy.Extensions/Tommy.Extensions.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>2.1.0</Version>
<Version>3.1.1</Version>
<PackageTags>TOML,parser,writer,simple,extension</PackageTags>
<Description>Extensions for Tommy to allow higher level access to TOML parser and writer.</Description>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tommy/Tommy.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>3.1.0</Version>
<Version>3.1.1</Version>
<PackageTags>TOML,parser,writer,simple</PackageTags>
<Description>
A simple TOML parser and writer inspired by SimpleJSON.
Expand Down

0 comments on commit 91e8fff

Please sign in to comment.