Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaz committed Jul 23, 2016
1 parent 2c6f326 commit a018657
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ jar {
manifest {
attributes(
"Plugin-Date": new Date().format("yyyy-MM-dd HH:mm"),
"Plugin-Version": "v0.6.0",
"Plugin-Mainversion": 10340,
"Plugin-Version": "v0.7.0",
"Plugin-Mainversion": 10600,
"10340_Plugin-Url": "v0.6.0;https://github.com/matsim-org/josm-matsim-plugin/releases/download/v0.6.0/matsim.jar",
"9278_Plugin-Url": "v0.5.9;https://github.com/matsim-org/josm-matsim-plugin/releases/download/v0.5.9/matsim.jar",
"Created-By": System.getProperty('java.version') + ' (' + System.getProperty('java.vendor') + ')',
"Built-With": "gradle-${project.getGradle().getGradleVersion()}, groovy-${GroovySystem.getVersion()}",
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/matsim/contrib/josm/MapRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private int textOffset(Way way) {
* @author Nico
*
*/
static class Properties extends LabelCompositionStrategy implements PreferenceChangedListener {
static class Properties implements PreferenceChangedListener, LabelCompositionStrategy {

private final static Properties INSTANCE = new Properties();
final static Font FONT = new Font("Droid Sans", Font.PLAIN, 14);
Expand Down

0 comments on commit a018657

Please sign in to comment.