diff --git a/Advanced_Google_Maps_Search.alfredworkflow b/Advanced_Google_Maps_Search.alfredworkflow
index 2917273..08d68a1 100644
Binary files a/Advanced_Google_Maps_Search.alfredworkflow and b/Advanced_Google_Maps_Search.alfredworkflow differ
diff --git a/README.md b/README.md
index aec3c29..fa45400 100644
--- a/README.md
+++ b/README.md
@@ -124,6 +124,8 @@ Please review the workflow for each of the hooks available.
5. Submit a pull request :D
## History
+Version 2.0.1
+* Fixed dirtw bike command... it hadn't been connected... after all the testing! #oops
Version 2.0.0
* Renamed workflow to 'Advanced Google and Apple Maps Workflow for Alfred'. Left bundleID intact deliberately
diff --git a/workflow/info.plist b/workflow/info.plist
index 8fd4a15..f0ade14 100644
--- a/workflow/info.plist
+++ b/workflow/info.plist
@@ -633,6 +633,19 @@
+ 536F9893-8043-4B58-B9FA-8853E4ECFFB7
+
+
+ destinationuid
+ 3D01087F-724D-44AA-87E3-BDB3635FA044
+ modifiers
+ 0
+ modifiersubtext
+
+ vitoclose
+
+
+
5684FF40-40FC-4803-B5D4-51B9FFB6170E
@@ -2155,7 +2168,7 @@ print $output;
config
argument
- '{query}','from','here'
+ {query},from,here
variables
@@ -2376,7 +2389,7 @@ print $output;
config
argument
- '{query}','to','here'
+ {query},to,here
variables
@@ -2589,7 +2602,7 @@ print $output;
config
argument
- '{query}','from','work'
+ {query},from,work
variables
@@ -2812,14 +2825,7 @@ require "./granularDirModifier.pl";
my $output;
my $query = "{query}";
-my @splitQuery = split("','", $query);
-
-
-for (@splitQuery) {
-
- #strip out any remaining ' characters
- s/'//g;
-}
+my @splitQuery = split(',', $query);
$output=granularDir(@splitQuery);
print $output;
@@ -2849,7 +2855,7 @@ print $output;
config
argument
- '{query}','to','work'
+ {query},to,work
variables
@@ -3062,7 +3068,7 @@ print $output;
config
argument
- '{query}','from','home'
+ {query},from,home
variables
@@ -3275,7 +3281,7 @@ print $output;
config
argument
- '{query}','to','home'
+ {query},to,home
variables
@@ -3361,7 +3367,7 @@ print $output;
config
argument
- 'home','to','work'
+ home,to,work
variables
@@ -3439,7 +3445,7 @@ print $output;
config
argument
- 'work','to','home'
+ work,to,home
variables
@@ -4842,7 +4848,7 @@ Please review the workflow for each of the hooks available.
googleLocal
version
- 2.0.0
+ 2.0.1
webaddress
http://technicalnotebook.com