Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmiguel committed Jun 16, 2017
1 parent f2204a5 commit 3ff394a
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions src/websocket_client.app.src
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
{application, websocket_client,
[
{description, "Erlang websocket client"},
{vsn, "1.2.1"},
{registered, []},
{applications, [
ssl,
crypto,
inets
]},
{env, []},
{modules, []},
{licenses, ["MIT"]}
]
}.
{application,websocket_client,
[{description,"Erlang websocket client"},
{vsn,"1.2.3"},
{registered,[]},
{applications,[ssl,crypto,inets]},
{env,[]},
{modules,[]},
{licenses,["MIT"]}]}.

0 comments on commit 3ff394a

Please sign in to comment.