Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
don-vip committed Sep 21, 2017
1 parent 9656f67 commit 17551f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project name="todo" default="dist" basedir=".">
<property name="commit.message" value="Commit message"/>
<property name="plugin.main.version" value="12663"/>
<property name="plugin.author" value="Gnonthgol and AndrewBuck"/>
<property name="plugin.author" value="Gnonthgol;AndrewBuck;bagage"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.todo.TodoPlugin"/>
<property name="plugin.description" value="Adds a todo list dialog that makes it easy to go through large lists of objects"/>
<property name="plugin.icon" value="images/dialogs/todo.png"/>
Expand All @@ -11,7 +11,7 @@
<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
<target name="revision">
<property name="version.entry.commit.revision" value="30301"/>
<property name="version.entry.commit.date" value="2017-08-20T00:00:00Z"/>
<property name="version.entry.commit.revision" value="30302"/>
<property name="version.entry.commit.date" value="2017-09-21T00:00:00Z"/>
</target>
</project>

0 comments on commit 17551f0

Please sign in to comment.