Skip to content

Commit

Permalink
📦 0.6.7 Release
Browse files Browse the repository at this point in the history
- Update to notion data to fix an issue and support rollups.
  • Loading branch information
JonathanMCarter committed Jun 14, 2024
1 parent ed71c07 commit 8b7e925
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": 2,
"revision": 3,
"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.6";
public static string VersionNumber => "0.6.7";


/// <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 => "11/06/2024";
public static string ReleaseDate => "14/06/2024";
}
}
Binary file not shown.

0 comments on commit 8b7e925

Please sign in to comment.