Current section
37 Versions
Jump to
Current section
37 Versions
Compare versions
3
files changed
+3
additions
-3
deletions
| @@ -33,4 +33,4 @@ | |
| 33 33 | {<<"optional">>,false}, |
| 34 34 | {<<"repository">>,<<"hexpm">>}, |
| 35 35 | {<<"requirement">>,<<"~> 2.2">>}]]}. |
| 36 | - {<<"version">>,<<"1.2.2">>}. |
| 36 | + {<<"version">>,<<"1.2.3">>}. |
| @@ -4,7 +4,7 @@ defmodule Saltpack.Mixfile do | |
| 4 4 | def project do |
| 5 5 | [ |
| 6 6 | app: :saltpack, |
| 7 | - version: "1.2.2", |
| 7 | + version: "1.2.3", |
| 8 8 | elixir: "~> 1.7", |
| 9 9 | name: "saltpack", |
| 10 10 | source_url: "https://github.com/mwmiller/saltpack_ex", |
| @@ -1,5 +1,5 @@ | |
| 1 1 | %{ |
| 2 | - "basex": {:hex, :basex, "1.1.0", "2a40763df3fd0a38f355ef60023ad297999ce5b72c2bcf1c5caf7236c291073b", [:mix], [], "hexpm"}, |
| 2 | + "basex": {:hex, :basex, "1.1.1", "e5c83bf2c137c8b6163863af0936a7d870e1b771e665b13ff5d6705a7ec36c4d", [:mix], [], "hexpm"}, |
| 3 3 | "bunt": {:hex, :bunt, "0.2.0", "951c6e801e8b1d2cbe58ebbd3e616a869061ddadcc4863d0a2182541acae9a38", [:mix], [], "hexpm"}, |
| 4 4 | "chacha20": {:hex, :chacha20, "1.0.2", "73c5e96eba5e94917603a43c5c7c6b049436a5d71d9d3182781c345d87d28c8b", [:mix], [], "hexpm"}, |
| 5 5 | "credo": {:hex, :credo, "1.0.4", "d2214d4cc88c07f54004ffd5a2a27408208841be5eca9f5a72ce9e8e835f7ede", [:mix], [{:bunt, "~> 0.2.0", [hex: :bunt, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm"}, |