From 1fb2f1cfa94996badb22b0853173f7114af69625 Mon Sep 17 00:00:00 2001
From: alexrudd2 <52292902+alexrudd2@users.noreply.github.com>
Date: Fri, 27 Mar 2020 17:29:53 -0500
Subject: [PATCH] add addresses keyword to description

I searched for "address" in the JOSM plugins list and didn't discover this plugin.  Later I found it on the wiki, but I think it's worth increasing discoverability.
---
 HouseNumberTaggingTool/build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/HouseNumberTaggingTool/build.xml b/HouseNumberTaggingTool/build.xml
index 679659a6a..57c9afab3 100644
--- a/HouseNumberTaggingTool/build.xml
+++ b/HouseNumberTaggingTool/build.xml
@@ -3,13 +3,13 @@
     <!-- enter the SVN commit message -->
     <property name="commit.message" value="Initial version."/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="13007"/>
+    <property name="plugin.main.version" value="13008"/>
     <!-- Configure these properties (replace "..." accordingly).
          See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
     -->
     <property name="plugin.author" value="Oliver Raupach"/>
     <property name="plugin.class" value="org.openstreetmap.josm.plugins.housenumbertool.HouseNumberTaggingToolPlugin"/>
-    <property name="plugin.description" value="Simple tool to tag house numbers."/>
+    <property name="plugin.description" value="Simple tool to tag house numbers and addresses."/>
     <property name="plugin.icon" value="images/home-icon32.png"/>
     <property name="plugin.link" value="https://josm.openstreetmap.de/wiki/Help/Plugin/HouseNumberTaggingTool"/>
