Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Sets version to 0.3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mxashlynn committed Aug 10, 2020
1 parent ef58b95 commit 02a2a5d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ParquetClassLibrary/ParquetClassLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>Parquet</AssemblyName>

<Product>Parquet</Product>
<Version>0.2.2.0</Version>
<Version>0.3.0.0</Version>
<Company>Magical Girlfriends</Company>
<Authors>Paige Ashlynn and contibutors</Authors>
<Copyright>2018-2020 Paige Ashlynn</Copyright>
Expand All @@ -30,8 +30,8 @@

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AssemblyVersion>0.2.2.0</AssemblyVersion>
<FileVersion>0.2.2.0</FileVersion>
<AssemblyVersion>0.3.0.0</AssemblyVersion>
<FileVersion>0.3.0.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion ParquetRoller/ParquetRoller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>Roller</AssemblyName>

<Product>Roller</Product>
<Version>0.2.2.0</Version>
<Version>0.3.0.0</Version>
<Company>Magical Girlfriends</Company>
<Authors>Paige Ashlynn and contibutors</Authors>
<Copyright>2018-2020 Paige Ashlynn</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion ParquetRunner/ParquetRunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>ParquetRunner</AssemblyName>

<Product>Runner</Product>
<Version>0.2.2.0</Version>
<Version>0.3.0.0</Version>
<Company>Magical Girlfriends</Company>
<Authors>Paige Ashlynn and contibutors</Authors>
<Copyright>2018-2020 Paige Ashlynn</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This class library implements mechanics and models for a 2D sandbox game focused

A game built with this system offers many of the features of contemporary quest-driven building games but in a simple, top-down world and without combat.

# Version 0.2 Warning
# Version 0.3 Warning

Code and documentation are incomplete and under rapid development. Expect frequent breaking changes. Maybe don't use this yet; when the [Alpha milestone](https://github.com/mxashlynn/Parquet/milestone/2) has been hit the project should be much more usable.

Expand Down

0 comments on commit 02a2a5d

Please sign in to comment.