diff --git a/app-aux-files/Credits.html b/app-aux-files/Credits.html
index 4d3f886..8e0818c 100644
--- a/app-aux-files/Credits.html
+++ b/app-aux-files/Credits.html
@@ -1,12 +1,14 @@
This app was built with Haskell and Platypus.
-Following Haskell packages were used:
+Following Hackage packages were used:
- base
+ - directory
- filepath
- gloss
- gloss-juicy
+ - hsexif
- process
- protolude
- text
diff --git a/makefile b/makefile
index 86ddcbd..f75973e 100644
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@ Perspec.app: ~/.local/bin/perspec imagemagick
--name Perspec \
--app-icon images/icon.icns \
--interface-type 'Text Window' \
- --app-version 0.1.0.0-$$(date -u "+%Y-%m-%dT%H:%M") \
+ --app-version 0.1.3.0-$$(date -u "+%Y-%m-%dT%H:%M") \
--author "Adrian Sieber" \
--bundled-file ~/.local/bin/perspec \
--bundled-file app-aux-files/Credits.html \
diff --git a/package.yaml b/package.yaml
index d522b36..c7462eb 100755
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
name: perspec
-version: 0.1.2.0
+version: 0.1.3.0
github: ad-si/perspec
license-file: license
author: Adrian Sieber