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

Commit d3134ca

Browse files
committed
Release v1.7.0
1 parent 685256f commit d3134ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mix.exs

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ defmodule Sqlitex.Mixfile do
44
def project do
55
[
66
app: :sqlitex,
7-
version: "1.6.0",
7+
version: "1.7.0",
88
elixir: "~> 1.4",
99
deps: deps(),
1010
package: package(),
11-
source_url: "https://github.com/Sqlite-Ecto/sqlitex",
11+
source_url: "https://github.com/elixir-sqlite/sqlitex",
1212
test_coverage: [tool: ExCoveralls],
1313
preferred_cli_env: [
1414
coveralls: :test,
@@ -47,7 +47,7 @@ defmodule Sqlitex.Mixfile do
4747
[
4848
licenses: ["MIT"],
4949
links: %{
50-
"GitHub" => "https://github.com/Sqlite-Ecto/sqlitex",
50+
"GitHub" => "https://github.com/elixir-sqlite/sqlitex",
5151
"docs" => "http://hexdocs.pm/sqlitex"
5252
}
5353
]

0 commit comments

Comments
 (0)