Skip to content

Commit

Permalink
version bump (∩`-´)⊃━✿✿✿✿✿✿
Browse files Browse the repository at this point in the history
  • Loading branch information
ontofractal committed May 7, 2018
1 parent 5a99ddb commit 60ff471
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule Steemex.Mixfile do
def project do
[
app: :steemex,
version: "0.13.0",
elixir: "~> 1.4",
version: "0.14.0",
elixir: "~> 1.6",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down Expand Up @@ -46,7 +46,7 @@ defmodule Steemex.Mixfile do

defp description do
"""
Elixir websockets library, operation streaming and utilities for Steem blockchain
Elixir HTTP/Websockets client library for official Steemit API and standard steemd JSONRPC interface. Includes module for pseudo realtime streaming of block, transaction and operation events.
"""
end

Expand All @@ -56,7 +56,10 @@ defmodule Steemex.Mixfile do
files: ["lib", "mix.exs", "README*", "LICENSE*"],
maintainers: ["ontofractal"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/cyberpunk-ventures/steemex"}
links: %{
"GitHub" => "https://github.com/cyberpunk-ventures/steemex",
"Cyberpunk Ventures" => "http://cyberpunk.ventures"
}
]
end
end

0 comments on commit 60ff471

Please sign in to comment.