diff --git a/app/Recipe Robot/Info.plist b/app/Recipe Robot/Info.plist
index 2b4a951..d10d711 100644
--- a/app/Recipe Robot/Info.plist
+++ b/app/Recipe Robot/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.2.5
+ 0.2.6
CFBundleSignature
RRBT
CFBundleVersion
- 631
+ 664
LSApplicationCategoryType
public.app-category.utilities
LSMinimumSystemVersion
diff --git a/scripts/recipe_robot_lib/tools.py b/scripts/recipe_robot_lib/tools.py
index 83b6dcf..25dff25 100644
--- a/scripts/recipe_robot_lib/tools.py
+++ b/scripts/recipe_robot_lib/tools.py
@@ -46,7 +46,7 @@
import plistlib as FoundationPlist
-__version__ = '0.2.5'
+__version__ = '0.2.6'
ENDC = "\033[0m"
PREFS_FILE = os.path.expanduser(
"~/Library/Preferences/com.elliotjordan.recipe-robot.plist")