Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Rajabi committed Nov 3, 2018
1 parent b70f37d commit 5ed9bd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule EctoCassandra.Mixfile do

def project, do: [
app: :ecto_cassandra,
version: "1.0.1",
version: "1.0.2",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand All @@ -27,7 +27,7 @@ defmodule EctoCassandra.Mixfile do

defp deps, do: [
{:ecto, "~> 2.1.0"},
{:cassandra, "~> 1.0.0"},
{:cassandra, "~> 1.0.2"},
{:excoveralls, "~> 0.6", only: :test},
{:ex_doc, "~> 0.18.0", only: :dev},
{:lz4, github: "szktty/erlang-lz4", override: true}, # TODO check if fixed remove
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"cassandra": {:hex, :cassandra, "1.0.1", "c9e7550a5b6e6042641aab14c3ede9a1efcba2248214cacc2bd72f89fbd84b4e", [:make, :mix], [{:db_connection, "~> 1.1", [hex: :db_connection, repo: "hexpm", optional: false]}, {:elixir_make, "~> 0.4", [hex: :elixir_make, repo: "hexpm", optional: false]}, {:lz4, "~> 0.2", [hex: :lz4, repo: "hexpm", optional: false]}, {:poolboy, "~> 1.5", [hex: :poolboy, repo: "hexpm", optional: false]}, {:uuid, "~> 1.1", [hex: :uuid, repo: "hexpm", optional: false]}], "hexpm"},
"cassandra": {:hex, :cassandra, "1.0.2", "b111e54a2e5b2e1f87ff6df8113f9f34725ce960004b8080e4f10ea837649c47", [:make, :mix], [{:db_connection, "~> 1.1", [hex: :db_connection, repo: "hexpm", optional: false]}, {:elixir_make, "~> 0.4", [hex: :elixir_make, repo: "hexpm", optional: false]}, {:lz4, "~> 0.2", [hex: :lz4, repo: "hexpm", optional: false]}, {:poolboy, "~> 1.5", [hex: :poolboy, repo: "hexpm", optional: false]}, {:uuid, "~> 1.1", [hex: :uuid, repo: "hexpm", optional: false]}], "hexpm"},
"certifi": {:hex, :certifi, "2.3.1", "d0f424232390bf47d82da8478022301c561cf6445b5b5fb6a84d49a9e76d2639", [:rebar3], [{:parse_trans, "3.2.0", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
"connection": {:hex, :connection, "1.0.4", "a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976", [:mix], [], "hexpm"},
"db_connection": {:hex, :db_connection, "1.1.3", "89b30ca1ef0a3b469b1c779579590688561d586694a3ce8792985d4d7e575a61", [:mix], [{:connection, "~> 1.0.2", [hex: :connection, repo: "hexpm", optional: false]}, {:poolboy, "~> 1.5", [hex: :poolboy, repo: "hexpm", optional: true]}, {:sbroker, "~> 1.0", [hex: :sbroker, repo: "hexpm", optional: true]}], "hexpm"},
Expand Down

0 comments on commit 5ed9bd4

Please sign in to comment.