Skip to content

Commit

Permalink
[mapillary] Update version numbers in source code
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed Dec 7, 2015
1 parent a6409b6 commit 8e52600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ test {
jar {
manifest {
attributes("Plugin-Mainversion": project.property('plugin.main.version'),
"Plugin-Version": "31799",
"Plugin-Version": "31802",
"Plugin-Class": project.property('plugin.class'),
"Plugin-Description": project.property('plugin.description'),
"Plugin-Date": String.format("%1\$tY-%1\$tm-%1\$tdT%1\$tH:%1\$tM:%1\$tS%1\$tz", new GregorianCalendar()),
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ plugin.icon=images/icon24.png
plugin.link=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary
plugin.main.version=8433
plugin.requires=apache-commons;apache-http
plugin.version=1.1.0
plugin.version=1.1.1
#plugin.early=...
#plugin.stage=...

0 comments on commit 8e52600

Please sign in to comment.