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 d566b56 commit 936ba9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ defmodule FS.Mixfile do

def project do
[app: :fs,
version: "4.10.1",
version: "6.1.1",
description: "FS Native Listener (Mac Windows Linux)",
deps: deps,
deps: deps(),
docs: [],
package: package]
package: package()]
end

defp package do
Expand Down
2 changes: 1 addition & 1 deletion src/fs.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, fs,
[{description, "FS Native Listener (Mac Windows Linux)"},
{vsn, "4.10.1"},
{vsn, "6.1.1"},
{registered, []},
{applications, [kernel,stdlib]},
{mod, { fs_app, []}},
Expand Down

0 comments on commit 936ba9d

Please sign in to comment.