diff --git a/app/OpenURI.hs b/app/OpenURI.hs
--- a/app/OpenURI.hs
+++ b/app/OpenURI.hs
@@ -62,7 +62,7 @@
   OpenFile ->
     [ Producer $ \emit -> do
         catchErrors "Open File Failed" emit $ do
-          filePath <- (</> [osp|/hello.txt|]) <$> getXdgDataDir
+          filePath <- (</> [osp|hello.txt|]) <$> getXdgDataDir
           writeFile filePath "Hello!"
           void $ OpenURI.openFile model.portalClient (OpenURI.openFileOptions (FileSpecPath filePath))
     ]
diff --git a/assets/io.github.Dretch.MonomerFlatpakExample.metainfo.xml b/assets/io.github.Dretch.MonomerFlatpakExample.metainfo.xml
--- a/assets/io.github.Dretch.MonomerFlatpakExample.metainfo.xml
+++ b/assets/io.github.Dretch.MonomerFlatpakExample.metainfo.xml
@@ -23,6 +23,11 @@
   </screenshots>
 
   <releases>
+    <release version="0.0.15.2" date="2023-12-29">
+      <description>
+      Another fix!
+      </description>
+    </release>
     <release version="0.0.15.1" date="2023-12-29">
       <description>
       Fix broken document portal demos.
diff --git a/monomer-flatpak-example.cabal b/monomer-flatpak-example.cabal
--- a/monomer-flatpak-example.cabal
+++ b/monomer-flatpak-example.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               monomer-flatpak-example
-version:            0.0.15.1
+version:            0.0.15.2
 license:            MIT
 license-file:       LICENSE
 maintainer:         garethdanielsmith@gmail.com
