Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgwidmann committed Dec 1, 2016
1 parent 1915629 commit 6d580b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ScrivenerHtml.Mixfile do
use Mix.Project

@version "1.3.3"
@version "1.4.0"
def project do
[app: :scrivener_html,
version: @version,
Expand Down Expand Up @@ -48,7 +48,7 @@ defmodule ScrivenerHtml.Mixfile do
{:scrivener, "~> 1.2 or ~> 2.0"},
{:phoenix_html, "~> 2.2"},
{:phoenix, "~> 1.0 or ~> 1.2", optional: true},
{:plug, "~>1.1" },
{:plug, "~> 1.1" },
{:ex_doc, "~> 0.10", only: :dev},
{:earmark, "~> 0.1", only: :dev},
]
Expand Down

0 comments on commit 6d580b7

Please sign in to comment.