Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit a17d1fa

Browse files
committed
update to 1.1.0
1 parent 2c68107 commit a17d1fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Sqlitex.Mixfile do
33

44
def project do
55
[app: :sqlitex,
6-
version: "1.0.0",
6+
version: "1.1.0",
77
elixir: "~> 1.2",
88
deps: deps,
99
package: package,
@@ -35,7 +35,7 @@ defmodule Sqlitex.Mixfile do
3535
end
3636

3737
defp package do
38-
[maintainers: ["Michael Ries", "Jason M Barnes", "Graeme Coupar"],
38+
[maintainers: ["Michael Ries", "Jason M Barnes", "Graeme Coupar", "Eric Scouten"],
3939
licenses: ["MIT"],
4040
links: %{
4141
github: "https://github.com/mmmries/sqlitex",

0 commit comments

Comments
 (0)