Skip to content

Commit

Permalink
chore: bump version to 0.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesmg committed May 17, 2024
1 parent f449c95 commit 6801040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/erlazure.app.src
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{application, erlazure,
[{description, "Windows Azure Erlang bindings"},
{vsn, "0.2"},
{vsn, "0.3.0.0"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, crypto, inets, ssl]},
{mod, {erlazure_app, []}},
{env, []}]}.
{env, []}]}.

0 comments on commit 6801040

Please sign in to comment.