-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update information and add changes for 0.5.2 release
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,8 +45,8 @@ use parent qw(Exporter); | |
|
||
# Change these to your preference | ||
use constant SP_NAME => 'SlackPack'; | ||
use constant SP_VERSION => '0.5.1'; | ||
use constant SP_RELEASE_DATE => '2020-04-09'; | ||
use constant SP_VERSION => '0.5.2'; | ||
use constant SP_RELEASE_DATE => '2021-05-09'; | ||
use constant SP_HOME_URL => 'https://sotirov-bg.net/slackpack'; | ||
use constant SP_AUTHOR => 'Georgi D. Sotirov'; | ||
use constant SP_AUTHOR_EMAIL => '[email protected]'; | ||
|