From 05fd019d1a104978e37b52acfbf477f0c57867a6 Mon Sep 17 00:00:00 2001 From: Scott Ware Date: Wed, 19 Aug 2015 15:32:01 +0100 Subject: [PATCH] Bump version to 0.0.2 --- fw-utils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fw-utils b/fw-utils index c604ae9..78a0b22 100644 --- a/fw-utils +++ b/fw-utils @@ -3,7 +3,7 @@ # # Written by Scott Ware # -# Version 0.0.1 +# Version 0.0.2 # import gobject @@ -47,7 +47,7 @@ def is_supported_platform(): platform = platform_file.readline() platform_file.close() - if platform in ['BODEGA BAY', 'SALT BAY']: + if platform in ['BODEGA BAY\n', 'SALT BAY\n']: return True return False