Add 0.14.1 to landing page (#158)

diff --git a/landing-page/config.toml b/landing-page/config.toml
index 07d1ea7..4353094 100644
--- a/landing-page/config.toml
+++ b/landing-page/config.toml
@@ -8,7 +8,7 @@
   siteType = "landing-page"
   search = true
   description = "The open table format for analytic datasets."
-  latestVersions.iceberg = "0.14.0"
+  latestVersions.iceberg = "0.14.1"
   docsBaseURL = ""
 
 [[params.social]]
@@ -34,6 +34,7 @@
 [menu]
   versions = [
     { name = "latest", url = "/docs/latest", weight = 1 },
+    { name = "0.14.1", url = "/docs/0.14.1", weight = 995 },
     { name = "0.14.0", url = "/docs/0.14.0", weight = 996 },
     { name = "0.13.2", url = "/docs/0.13.2", weight = 997 },
     { name = "0.13.1", url = "/docs/0.13.1", weight = 998 },