From 02a2a5d43fc4366a58314b55a921d97d48e45434 Mon Sep 17 00:00:00 2001 From: Paige Ashlynn Date: Mon, 10 Aug 2020 13:57:11 -0700 Subject: [PATCH] Sets version to 0.3.0.0. --- ParquetClassLibrary/ParquetClassLibrary.csproj | 6 +++--- ParquetRoller/ParquetRoller.csproj | 2 +- ParquetRunner/ParquetRunner.csproj | 2 +- README.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ParquetClassLibrary/ParquetClassLibrary.csproj b/ParquetClassLibrary/ParquetClassLibrary.csproj index c10b0196..1c9192d8 100644 --- a/ParquetClassLibrary/ParquetClassLibrary.csproj +++ b/ParquetClassLibrary/ParquetClassLibrary.csproj @@ -4,7 +4,7 @@ Parquet Parquet - 0.2.2.0 + 0.3.0.0 Magical Girlfriends Paige Ashlynn and contibutors 2018-2020 Paige Ashlynn @@ -30,8 +30,8 @@ true true - 0.2.2.0 - 0.2.2.0 + 0.3.0.0 + 0.3.0.0 diff --git a/ParquetRoller/ParquetRoller.csproj b/ParquetRoller/ParquetRoller.csproj index e2915138..6198496e 100644 --- a/ParquetRoller/ParquetRoller.csproj +++ b/ParquetRoller/ParquetRoller.csproj @@ -4,7 +4,7 @@ Roller Roller - 0.2.2.0 + 0.3.0.0 Magical Girlfriends Paige Ashlynn and contibutors 2018-2020 Paige Ashlynn diff --git a/ParquetRunner/ParquetRunner.csproj b/ParquetRunner/ParquetRunner.csproj index 1a54893c..02cb463d 100644 --- a/ParquetRunner/ParquetRunner.csproj +++ b/ParquetRunner/ParquetRunner.csproj @@ -4,7 +4,7 @@ ParquetRunner Runner - 0.2.2.0 + 0.3.0.0 Magical Girlfriends Paige Ashlynn and contibutors 2018-2020 Paige Ashlynn diff --git a/README.md b/README.md index 482d97c4..a2988044 100644 --- a/README.md +++ b/README.md @@ -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.