From 93c6e4f59805aa25f475b618bcebd3fa3b894c06 Mon Sep 17 00:00:00 2001 From: Michael Zilske Date: Sat, 2 Sep 2017 13:10:00 +0200 Subject: [PATCH] v0.8.3 --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bf5499f..f2f40c5 100644 --- a/build.gradle +++ b/build.gradle @@ -74,8 +74,9 @@ jar { manifest { attributes( "Plugin-Date": new Date().format("yyyy-MM-dd HH:mm"), - "Plugin-Version": "v0.8.2", - "Plugin-Mainversion": 12545, + "Plugin-Version": "v0.8.3", + "Plugin-Mainversion": 12675, + "12450_Plugin-Url": "v0.7.9;https://github.com/matsim-org/josm-matsim-plugin/releases/download/v0.7.9/matsim.jar", "10340_Plugin-Url": "v0.7.5;https://github.com/matsim-org/josm-matsim-plugin/releases/download/v0.7.5/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') + ')',