Index: /applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml
===================================================================
--- /applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml	(revision 33094)
+++ /applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml	(revision 33095)
@@ -67,9 +67,9 @@
                 <attribute name="Plugin-Class" value="ru.rodsoft.openstreetmap.josm.plugins.customizepublictransportstop.CustomizePublicTransportStopPlugin" />
                 <attribute name="Plugin-Date" value="${plugin.build.date}" />
-                <attribute name="Plugin-Description" value="Customization of public transport stops." />
+                <attribute name="Plugin-Description" value="Customization of public public transport stops." />
                 <attribute name="Plugin-Icon" value="images/bus.png"/>
                 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/CustomizePublicTransportStop" />
                 <attribute name="Plugin-Mainversion" value="${josm.required.version}" />
-                <attribute name="Plugin-Version" value="0.3" />	
+                <attribute name="Plugin-Version" value="0.4" />	
                 <attribute name="ru_Plugin-Description" value="Настройка остановки общественного транспорта в соответствии со стандартом" />
             </manifest>
@@ -93,8 +93,8 @@
         <echo>Installing the plugin in ${local.install.path}</echo>
         <copy file="${plugin.jar}" todir="C:\Users\bwr57_000\AppData\Roaming\JOSM\plugins" />
-    </target>	
-
-    <target name="test"/>
-    <target name="checkstyle"/>
-    <target name="findbugs"/>
+    </target>
+	
+    <target name="test"/> 
+	<target name="checkstyle"/>
+	<target name="findbugs"/>
 </project>
