diff --git a/cocoa/pe/Info.plist b/cocoa/pe/Info.plist
index d9ee01b0..b8d1915a 100644
--- a/cocoa/pe/Info.plist
+++ b/cocoa/pe/Info.plist
@@ -23,7 +23,7 @@
CFBundleSignature
hsft
CFBundleVersion
- 1.9.0
+ 1.9.1
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/help_pe/changelog.yaml b/help_pe/changelog.yaml
index 894ce7a6..e8730cd9 100644
--- a/help_pe/changelog.yaml
+++ b/help_pe/changelog.yaml
@@ -1,3 +1,7 @@
+- date: 2010-07-17
+ version: 1.9.1
+ description: |
+ * Fixed a couple of crashes. (#95, #96, #97, #100)
- date: 2010-04-15
version: 1.9.0
description: |
diff --git a/qt/pe/app.py b/qt/pe/app.py
index ad8831da..8526af6e 100644
--- a/qt/pe/app.py
+++ b/qt/pe/app.py
@@ -57,7 +57,7 @@ class DupeGuru(DupeGuruBase):
EDITION = 'pe'
LOGO_NAME = 'logo_pe'
NAME = 'dupeGuru Picture Edition'
- VERSION = '1.9.0'
+ VERSION = '1.9.1'
DELTA_COLUMNS = frozenset([2, 5, 6])
def __init__(self):