diff --git a/plugins/products b/plugins/products index e1251cc..2ca24c2 100644 --- a/plugins/products +++ b/plugins/products @@ -48,7 +48,7 @@ sub read_products() { for (@extra) { if (/^\+(.*)/) { push @addon_ids, $1; - } elsif (/^\#(\w+)(=(.*))/) { + } elsif (/^\#(\w+)(=(.*))?/) { $tags{$1} = $2 ? $3 : 1; } else { $compat = 1; diff --git a/revbank b/revbank index e921b53..319cac0 100755 --- a/revbank +++ b/revbank @@ -18,7 +18,7 @@ use RevBank::Messages; use RevBank::Cart; use RevBank::Prompt; -our $VERSION = "6.0.0"; +our $VERSION = "6.0.1"; our %HELP1 = ( "abort" => "Abort the current transaction", );