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

Commit

Permalink
Release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorRigby committed May 13, 2019
1 parent 685256f commit d3134ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ defmodule Sqlitex.Mixfile do
def project do
[
app: :sqlitex,
version: "1.6.0",
version: "1.7.0",
elixir: "~> 1.4",
deps: deps(),
package: package(),
source_url: "https://github.com/Sqlite-Ecto/sqlitex",
source_url: "https://github.com/elixir-sqlite/sqlitex",
test_coverage: [tool: ExCoveralls],
preferred_cli_env: [
coveralls: :test,
Expand Down Expand Up @@ -47,7 +47,7 @@ defmodule Sqlitex.Mixfile do
[
licenses: ["MIT"],
links: %{
"GitHub" => "https://github.com/Sqlite-Ecto/sqlitex",
"GitHub" => "https://github.com/elixir-sqlite/sqlitex",
"docs" => "http://hexdocs.pm/sqlitex"
}
]
Expand Down

0 comments on commit d3134ca

Please sign in to comment.