Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zabuTNT committed Aug 30, 2022
1 parent 8ea06fa commit 775f9e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentripplanner",
"version": "1.5.12",
"version": "1.5.13",
"description": "OpenTripPlanner (OTP) is an open source multi-modal trip planner. It depends on open data in open standard file formats (GTFS and OpenStreetMap), and includes a REST API for journey planning as well as a map-based Javascript client. OpenTripPlanner can also create travel time contour visualizations and compute accessibility indicators for planning and research applications.",
"main": "index.js",
"directories": {
Expand All @@ -20,7 +20,7 @@
},
"scripts": {
"build": "mvn clean package -DskipTests -s openmove-settings.xml",
"debug": "java -Xmx5G -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:32935,suspend=y,server=y -jar target/otp-1.5.12-SNAPSHOT-shaded.jar --build ../otp/otp/trentino --inMemory "
"debug": "java -Xmx5G -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:32935,suspend=y,server=y -jar target/otp-1.5.13-SNAPSHOT-shaded.jar --build ../otp/otp/trentino --inMemory "
},
"homepage": "https://github.com/openmove/OpenTripPlanner#readme"
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>org.opentripplanner</groupId>
<artifactId>otp</artifactId>
<version>1.5.12-SNAPSHOT</version>
<version>1.5.13-SNAPSHOT</version>
<packaging>jar</packaging>

<licenses>
Expand Down

0 comments on commit 775f9e7

Please sign in to comment.