Skip to content

Commit

Permalink
Merge branch 'fix'
Browse files Browse the repository at this point in the history
* fix:
  update version number [close #43]
  • Loading branch information
JurajKubelka committed Mar 19, 2018
2 parents 59ae723 + 6e6610b commit cd9513c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
constants - identification
version
"Return version number of this Discord library implementation."
^ '0.2.0'
^ '0.2.2'
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ informAboutEndSending
DSWebhookClient new
url: 'https://discordapp.com/api/webhooks/413701870780022784/TssfbR0P8A_du6-tkeYZYWnkzICZU9RKBnolxngIykVVqzb-l9naTIfj7F3iCfmVm0ve';
content: 'Finished sending (',
self identityHash asString ,') with: ',
self identityHash asString,
'), version "', DSConstants version,'" with: ',
String cr, output;
supressNetworkErrors;
send.

0 comments on commit cd9513c

Please sign in to comment.