We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685256f commit d3134caCopy full SHA for d3134ca
1 file changed
mix.exs
@@ -4,11 +4,11 @@ defmodule Sqlitex.Mixfile do
4
def project do
5
[
6
app: :sqlitex,
7
- version: "1.6.0",
+ version: "1.7.0",
8
elixir: "~> 1.4",
9
deps: deps(),
10
package: package(),
11
- source_url: "https://github.com/Sqlite-Ecto/sqlitex",
+ source_url: "https://github.com/elixir-sqlite/sqlitex",
12
test_coverage: [tool: ExCoveralls],
13
preferred_cli_env: [
14
coveralls: :test,
@@ -47,7 +47,7 @@ defmodule Sqlitex.Mixfile do
47
48
licenses: ["MIT"],
49
links: %{
50
- "GitHub" => "https://github.com/Sqlite-Ecto/sqlitex",
+ "GitHub" => "https://github.com/elixir-sqlite/sqlitex",
51
"docs" => "http://hexdocs.pm/sqlitex"
52
}
53
]
0 commit comments