From 81a9b59c94aa51da11650eaaa032e0b9a80b5a98 Mon Sep 17 00:00:00 2001 From: Eli Van Zoeren Date: Tue, 11 Aug 2015 21:30:23 -0700 Subject: [PATCH] Bump version number --- vzaddress/VzAddressPlugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vzaddress/VzAddressPlugin.php b/vzaddress/VzAddressPlugin.php index b834b28..759baa9 100644 --- a/vzaddress/VzAddressPlugin.php +++ b/vzaddress/VzAddressPlugin.php @@ -13,7 +13,7 @@ function getName() function getVersion() { - return '1.0.1'; + return '1.0.2'; } function getDeveloper() @@ -25,4 +25,4 @@ function getDeveloperUrl() { return 'http://elivz.com'; } -} \ No newline at end of file +}