Skip to content

Commit

Permalink
6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Jan 8, 2020
1 parent 6615b89 commit 0295341
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 ACTIVE.Mixfile do

def project do
[app: :active,
version: "5.12.0",
version: "6.1.1",
description: "ACTIVE Continuous Compilation",
deps: deps(),
package: package()]
Expand All @@ -23,6 +23,6 @@ defmodule ACTIVE.Mixfile do

defp deps do
[{:ex_doc, "~> 0.11", only: :dev},
{:fs, "~> 4.10.1"}]
{:fs, "~> 6.1.1"}]
end
end
2 changes: 1 addition & 1 deletion src/active.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, active,
[{description, "ACTIVE Continuous Compilation"},
{vsn, "5.12.0"},
{vsn, "6.1.1"},
{registered, []},
{applications, [kernel,stdlib,fs]},
{mod, { active_app, []}},
Expand Down

0 comments on commit 0295341

Please sign in to comment.