Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kurt1288 committed Nov 28, 2023
1 parent 23c31ef commit b199cee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Runtime.Intrinsics.X86;

const string Name = "Puffin";
const string Version = "0.1";
const string Version = "1.0.0";
const string Author = "Kurt Peters";

// These intrinsics aren't required. If they're not supported BitOperations will fall back to whatever is.
Expand Down
4 changes: 2 additions & 2 deletions Puffin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Optimize>True</Optimize>
<TieredCompilation>false</TieredCompilation>
<Authors>Kurt Peters</Authors>
<Version>0.1.0</Version>
<Version>1.0.0</Version>
<PackageProjectUrl>https://github.com/kurt1288/Puffin</PackageProjectUrl>
<DefineConstants>Pext</DefineConstants>
</PropertyGroup>
Expand All @@ -32,7 +32,7 @@
<Optimize>True</Optimize>
<TieredCompilation>false</TieredCompilation>
<Authors>Kurt Peters</Authors>
<Version>0.1.0</Version>
<Version>1.0.0</Version>
<PackageProjectUrl>https://github.com/kurt1288/Puffin</PackageProjectUrl>
<DefineConstants>Legacy</DefineConstants>
<AssemblyName>Puffin_Legacy</AssemblyName>
Expand Down

0 comments on commit b199cee

Please sign in to comment.