Skip to content

Commit

Permalink
🔩 0.6.8 Merge > Merge pull request #16 from CarterGames/0.6.x
Browse files Browse the repository at this point in the history
🚧 Notion data fix again
  • Loading branch information
JonathanMCarter authored Jun 17, 2024
2 parents 8e92e16 + 8f1608f commit 564167c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
{
"id": "Notion Data",
"revision": 3,
"revision": 4,
"author": "Carter Games"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static class CartVersionData
/// <summary>
/// The version number of the asset.
/// </summary>
public static string VersionNumber => "0.6.7";
public static string VersionNumber => "0.6.8";


/// <summary>
Expand All @@ -40,6 +40,6 @@ public static class CartVersionData
/// <remarks>
/// Asset owner is in the UK, so its D/M/Y format.
/// </remarks>
public static string ReleaseDate => "14/06/2024";
public static string ReleaseDate => "17/06/2024";
}
}
Binary file not shown.

0 comments on commit 564167c

Please sign in to comment.