Skip to content

Commit

Permalink
Merge pull request #53 from UrbanOS-Public/mix-update
Browse files Browse the repository at this point in the history
Update mix ver (forgot to update on DIVO_DOWN pr)
  • Loading branch information
bmitchinson authored Apr 28, 2022
2 parents ea2413c + 8a90ee9 commit 9fccc40
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Description

- High level overview of changes
- ...

## Reminders:

- [ ] Did you update the version in `mix.exs`?
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ end
```

The docs can be found at [https://hexdocs.pm/divo](https://hexdocs.pm/divo).
New versions are published with actions upon github release.

## Configuration

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 Divo.MixProject do
def project do
[
app: :divo,
version: "1.3.1",
version: "1.3.2",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 9fccc40

Please sign in to comment.