diff --git a/Documentation/Parquet_API.md b/Documentation/Parquet_API.md
index ac0f6a18..2b69dfaf 100644
--- a/Documentation/Parquet_API.md
+++ b/Documentation/Parquet_API.md
@@ -1181,7 +1181,7 @@ All [ModelID](#T-ParquetClassLibrary-ModelID 'ParquetClassLibrary.ModelID')s mus
##### Summary
-The location of the CSV game data files. Defaults to the current application's working directory.
+The location of the game data files. Defaults to the current application's working directory.
### PronounGroups `property`
diff --git a/ParquetClassLibrary/All.cs b/ParquetClassLibrary/All.cs
index 1b96981e..7d549495 100644
--- a/ParquetClassLibrary/All.cs
+++ b/ParquetClassLibrary/All.cs
@@ -32,12 +32,10 @@ public static class All
/// true if the collections have been initialized; otherwise, false.
public static bool CollectionsHaveBeenInitialized { get; private set; }
- #region Serialization Lookup Tables
- ///
- /// The location of the CSV game data files. Defaults to the current application's working directory.
- ///
+ /// The location of the game data files. Defaults to the current application's working directory.
public static string ProjectDirectory { get; set; }
+ #region Serialization Lookup Tables
/// Instructions for integer parsing.
internal const NumberStyles SerializedNumberStyle = NumberStyles.AllowLeadingSign & NumberStyles.Integer;
diff --git a/ParquetClassLibrary/ParquetClassLibrary.csproj b/ParquetClassLibrary/ParquetClassLibrary.csproj
index bff7b60d..db947e0b 100644
--- a/ParquetClassLibrary/ParquetClassLibrary.csproj
+++ b/ParquetClassLibrary/ParquetClassLibrary.csproj
@@ -4,7 +4,7 @@
Parquet
Parquet
- 0.2.0.0
+ 0.2.1.0
Magical Girlfriends
Paige Ashlynn and contibutors
2018-2020 Paige Ashlynn
@@ -30,6 +30,8 @@
true
true
+ 0.2.1.0
+ 0.2.1.0
diff --git a/ParquetRoller/ParquetRoller.csproj b/ParquetRoller/ParquetRoller.csproj
index f9e005c4..9f7bfd8e 100644
--- a/ParquetRoller/ParquetRoller.csproj
+++ b/ParquetRoller/ParquetRoller.csproj
@@ -4,7 +4,7 @@
Roller
Roller
- 0.2.0.0
+ 0.2.1.0
Magical Girlfriends
Paige Ashlynn and contibutors
2018-2020 Paige Ashlynn
diff --git a/ParquetRunner/ParquetRunner.csproj b/ParquetRunner/ParquetRunner.csproj
index 29b9356e..dbcd2b79 100644
--- a/ParquetRunner/ParquetRunner.csproj
+++ b/ParquetRunner/ParquetRunner.csproj
@@ -4,7 +4,7 @@
ParquetRunner
Runner
- 0.2.0.0
+ 0.2.1.0
Magical Girlfriends
Paige Ashlynn and contibutors
2018-2020 Paige Ashlynn
diff --git a/README.md b/README.md
index cf6ad74d..482d97c4 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.0 Warning
+# Version 0.2 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.