Skip to content

Commit

Permalink
5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Jan 8, 2020
1 parent 66fb6cf commit b0f59bf
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 @@ -4,7 +4,7 @@ defmodule BPE.Mixfile do
def project do
[
app: :bpe,
version: "4.12.4",
version: "5.1.1",
description: "BPE Business Process Engine",
package: package(),
deps: deps()
Expand All @@ -30,7 +30,7 @@ defmodule BPE.Mixfile do
{:ex_doc, "~> 0.11", only: :dev},
{:syn, "~> 2.0.0"},
{:rocksdb, "~> 1.3.2"},
{:kvs, "~> 6.10.2"}
{:kvs, "~> 7.1.1"}
]
end
end
2 changes: 1 addition & 1 deletion src/bpe.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, bpe,
[
{description, "BPE Business Process Engine"},
{vsn, "4.12.4"},
{vsn, "5.1.1"},
{registered, []},
{applications, [kernel,stdlib,kvs,syn]},
{mod, { bpe_otp, []}},
Expand Down

0 comments on commit b0f59bf

Please sign in to comment.