Skip to content

Commit

Permalink
Bump version in .app.src
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Scherpenisse committed May 31, 2017
1 parent 3e1e7e4 commit 263b292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gen_smtp.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application,gen_smtp,
[{description,"A generic Erlang SMTP server/client framework"},
{vsn,"0.11.0"},
{vsn,"0.12.0"},
{modules,[binstr,gen_smtp_client,gen_smtp_server,
gen_smtp_server_session,mimemail,smtp_util,socket,
smtp_server_example]},
Expand Down

3 comments on commit 263b292

@mworrell
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good one :)

@mworrell
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have the tools for the hex package update?

@arjan
Copy link
Collaborator

@arjan arjan commented on 263b292 May 31, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes :-) Added release notes as well. Quite some changes..

Please sign in to comment.