Skip to content

Commit

Permalink
bump version to 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuhot committed Nov 23, 2022
1 parent e65680e commit d518351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The package can be installed by adding `:open_api_spex` to your list of dependen
```elixir
def deps do
[
{:open_api_spex, "~> 3.15"}
{:open_api_spex, "~> 3.16"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule OpenApiSpex.Mixfile do
use Mix.Project

@source_url "https://github.com/open-api-spex/open_api_spex"
@version "3.15.0"
@version "3.16.0"

def project do
[
Expand Down

0 comments on commit d518351

Please sign in to comment.