Skip to content

Commit

Permalink
4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Jan 8, 2020
1 parent 9a63d31 commit 8f2fd60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule EXE.Mixfile do
def application, do: [mod: {:sh, []}]
def project do
[ app: :exe,
version: "3.10.0",
version: "4.1.1",
description: "EXE Shell Execution",
package: package(),
deps: deps()]
Expand Down
2 changes: 1 addition & 1 deletion src/sh.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, sh,
[{description, "SH EXE REM SEC"},
{vsn, "3.10.0"},
{vsn, "4.1.1"},
{registered, []},
{applications, [kernel,stdlib]},
{mod, { sh, []}},
Expand Down

0 comments on commit 8f2fd60

Please sign in to comment.