Skip to content

Commit

Permalink
Release: v0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Nov 12, 2024
1 parent 81c5778 commit ca4112f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/open_trip_planner_client/itinerary_tag.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ defmodule OpenTripPlannerClient.ItineraryTag do
]
|> Enum.map(& &1.tag())

@spec tag_priority_order() :: [atom()]
def tag_priority_order, do: @tag_priority_order

@spec default_arriving() :: [Behaviour.t()]
def default_arriving, do: [ShortestTrip, MostDirect, LeastWalking]

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule OpenTripPlannerClient.MixProject do
use Mix.Project

@version "0.10.5"
@version "0.10.6"

def project do
[
Expand Down

0 comments on commit ca4112f

Please sign in to comment.