Skip to content

Commit

Permalink
4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Dec 2, 2019
1 parent f043209 commit 1a34613
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 BPE.Mixfile do
def project do
[
app: :bpe,
version: "4.11.8",
version: "4.12.0",
description: "BPE Business Process Engine",
package: package(),
deps: deps()
Expand Down
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.11.8"},
{vsn, "4.12.0"},
{registered, []},
{applications, [kernel,stdlib,kvs,syn]},
{mod, { bpe_otp, []}},
Expand Down
2 changes: 1 addition & 1 deletion src/bpe_env.erl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-module(bpe_env).
-author('Maxim Sokhatsky').
-include("bpe.hrl").
-export([append/3,find/3,remove/3]).
-export([append/3,find/2,find/3,remove/3]).

append(kvs,Feed,Rec) ->
kvs:append(Rec,Feed);
Expand Down

0 comments on commit 1a34613

Please sign in to comment.