Skip to content

Commit

Permalink
v0.3.2; on_state callback
Browse files Browse the repository at this point in the history
  • Loading branch information
epappas committed Mar 21, 2015
1 parent 3f8b480 commit c1a2f53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
[
{name, "erl_streams"},
{descriptio, "Streams in Erlang"},
{version, "0.3.1"},
{version, "0.3.2"},
{keywords, ["streams"]},
{dependencies, []},
{licenses, ["MIT"]},
Expand Down
4 changes: 2 additions & 2 deletions package.exs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Expm.Package.new(
name: "erl_streams",
description: "Streams in Erlang",
version: "0.3.1",
version: "0.3.2",
keywords: ["streams"],
dependencies: [],
licenses: [[name: "MIT", file: "LICENSE"]],
contributors: [],
maintainers: [
[name: "Evangelos Pappas", email: "epappas@evalonlabs.com"]
],
repositories: [[github: "epappas/erl_streams", tag: "0.3.1"]]
repositories: [[github: "epappas/erl_streams", tag: "0.3.2"]]
)
2 changes: 1 addition & 1 deletion src/erl_streams.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

{application, erl_streams, [
{description, "Streams in Erlang"},
{vsn, "0.3.1"},
{vsn, "0.3.2"},
{registered, [
stream,
gen_stream
Expand Down

0 comments on commit c1a2f53

Please sign in to comment.