diff --git a/lib/schema_web/templates/page/profile.html.eex b/lib/schema_web/templates/page/profile.html.eex
index c7350b1..336d31c 100644
--- a/lib/schema_web/templates/page/profile.html.eex
+++ b/lib/schema_web/templates/page/profile.html.eex
@@ -25,6 +25,7 @@ limitations under the License.
<%= raw @data[:description] %>
+ <%= raw object_references_section(@data[:references]) %>
diff --git a/mix.exs b/mix.exs
index 91509e5..fbf913a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -10,7 +10,7 @@
defmodule Schema.MixProject do
use Mix.Project
- @version "4.0.1"
+ @version "4.0.2"
def project do
build = System.get_env("GITHUB_RUN_NUMBER") || "SNAPSHOT"