Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
keathley committed Mar 31, 2019
1 parent 04f821f commit cb523d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ application's supervision tree similar to `Phoenix.Endpoint` or
lifecycle. But because of this tradeoff Vapor will always be started after the
release and any kernel modules have started.

## Installing

Add vapor to your mix dependencies:

```
def deps do
[
{:vapor, "~> 0.2"},
]
end
```

## Example

```elixir
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Vapor.Mixfile do
def project do
[
app: :vapor,
version: "0.1.0",
version: "0.2.0",
elixir: "~> 1.5",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit cb523d7

Please sign in to comment.