Current section
5 Versions
Jump to
Current section
5 Versions
Compare versions
2
files changed
+5
additions
-5
deletions
| @@ -9,8 +9,8 @@ | |
| 9 9 | {<<"licenses">>,[<<"Apache 2.0">>]}. |
| 10 10 | {<<"links">>, |
| 11 11 | [{<<"Changelog">>, |
| 12 | - <<"https://github.com/elixir-ecto/postgrex/blob/master/CHANGELOG.md">>}, |
| 13 | - {<<"GitHub">>,<<"https://github.com/elixir-ecto/postgrex">>}]}. |
| 12 | + <<"https://github.com/grisp/mix_grisp/blob/master/CHANGELOG.md">>}, |
| 13 | + {<<"GitHub">>,<<"https://github.com/grisp/mix_grisp">>}]}. |
| 14 14 | {<<"name">>,<<"mix_grisp">>}. |
| 15 15 | {<<"requirements">>, |
| 16 16 | [[{<<"app">>,<<"distillery">>}, |
| @@ -23,4 +23,4 @@ | |
| 23 23 | {<<"optional">>,false}, |
| 24 24 | {<<"repository">>,<<"hexpm">>}, |
| 25 25 | {<<"requirement">>,<<"~> 0.2">>}]]}. |
| 26 | - {<<"version">>,<<"0.1.0">>}. |
| 26 | + {<<"version">>,<<"0.1.1">>}. |
| @@ -1,12 +1,12 @@ | |
| 1 1 | defmodule MixGrisp.MixProject do |
| 2 2 | use Mix.Project |
| 3 3 | |
| 4 | - @source_url "https://github.com/elixir-ecto/postgrex" |
| 4 | + @source_url "https://github.com/grisp/mix_grisp" |
| 5 5 | |
| 6 6 | def project() do |
| 7 7 | [ |
| 8 8 | app: :mix_grisp, |
| 9 | - version: "0.1.0", |
| 9 | + version: "0.1.1", |
| 10 10 | description: "Mix plug-in for GRiSP.", |
| 11 11 | elixir: "~> 1.7", |
| 12 12 | start_permanent: Mix.env() == :prod, |