Skip to content

Commit

Permalink
🔩 Release prep
Browse files Browse the repository at this point in the history
- Releasing 0.4.0
- Updated package json version number
- Updated release date
- Updated support url to be a remote changeable url.
  • Loading branch information
JonathanMCarter committed Dec 19, 2024
1 parent afa9e84 commit 48dfd80
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 @@ -40,6 +40,6 @@ public static class AssetInfo
/// <remarks>
/// Format is Y/M/D.
/// </remarks>
public static string ReleaseDate => "2024/12/16";
public static string ReleaseDate => "2024/12/19";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private static void DrawButtons()

if (GUILayout.Button("Support Dev", GUILayout.Height(30), GUILayout.MinWidth(100)))
{
Application.OpenURL("https://buymeacoffee.com/cartergames");
Application.OpenURL("https://carter.games/supportdev");
}

EditorGUILayout.EndHorizontal();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "games.carter.standalone.notiondata",
"version": "0.3.0",
"version": "0.4.0",
"displayName": "Notion Data (Standalone)",
"description": "A system to import Notion databases into a Unity scriptable object for use in Unity projects. This is a standalone version of the system in the Cart library of the same name.",
"unity": "2020.3",
Expand Down

0 comments on commit 48dfd80

Please sign in to comment.