Skip to content

Commit

Permalink
release v0.004
Browse files Browse the repository at this point in the history
    - Updated IRC channel. We've moved to libera.chat
  • Loading branch information
preaction committed May 26, 2021
1 parent 0ed3e00 commit b4923d4
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 29 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Changelog for Zapp

{{ $NEXT }}

- Updated IRC channel. We've moved to libera.chat

0.003 2021-05-21 23:04:58-05:00 America/Chicago

[Added]
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2020 by Doug Bell.
This software is copyright (c) 2021 by Doug Bell.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand All @@ -12,7 +12,7 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2020 by Doug Bell.
This software is Copyright (c) 2021 by Doug Bell.

This is free software, licensed under:

Expand Down Expand Up @@ -272,7 +272,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 2020 by Doug Bell.
This software is Copyright (c) 2021 by Doug Bell.

This is free software, licensed under:

Expand Down
49 changes: 25 additions & 24 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,91 +64,91 @@
"provides" : {
"Test::Zapp" : {
"file" : "lib/Test/Zapp.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp" : {
"file" : "lib/Zapp.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Controller::Plan" : {
"file" : "lib/Zapp/Controller/Plan.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Controller::Run" : {
"file" : "lib/Zapp/Controller/Run.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Controller::Trigger" : {
"file" : "lib/Zapp/Controller/Trigger.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Formula" : {
"file" : "lib/Zapp/Formula.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Task" : {
"file" : "lib/Zapp/Task.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Task::Action" : {
"file" : "lib/Zapp/Task/Action.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Task::Action::Confirm" : {
"file" : "lib/Zapp/Task/Action/Confirm.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Task::GetOAuth2Token" : {
"file" : "lib/Zapp/Task/GetOAuth2Token.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Task::Request" : {
"file" : "lib/Zapp/Task/Request.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Task::SQL" : {
"file" : "lib/Zapp/Task/SQL.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Task::Script" : {
"file" : "lib/Zapp/Task/Script.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Task::Test" : {
"file" : "lib/Zapp/Task/Test.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Trigger" : {
"file" : "lib/Zapp/Trigger.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Trigger::Webhook" : {
"file" : "lib/Zapp/Trigger/Webhook.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Type" : {
"file" : "lib/Zapp/Type.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Type::File" : {
"file" : "lib/Zapp/Type/File.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Type::SelectBox" : {
"file" : "lib/Zapp/Type/SelectBox.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Type::Text" : {
"file" : "lib/Zapp/Type/Text.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Type::Textarea" : {
"file" : "lib/Zapp/Type/Textarea.pm",
"version" : "0.003"
"version" : "0.004"
},
"Zapp::Util" : {
"file" : "lib/Zapp/Util.pm",
"version" : "0.003"
"version" : "0.004"
}
},
"release_status" : "stable",
Expand All @@ -161,9 +161,10 @@
"type" : "git",
"url" : "https://github.com/preaction/Zapp.git",
"web" : "https://github.com/preaction/Zapp"
}
},
"x_IRC" : "irc://irc.libera.chat/#mojo-yancy"
},
"version" : "0.003",
"version" : "0.004",
"x_authority" : "cpan:PREACTION",
"x_generated_by_perl" : "v5.28.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.06"
Expand Down
4 changes: 2 additions & 2 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Zapp - Plan building, job creating web app

# VERSION

version 0.003
version 0.004

# SYNOPSIS

Expand Down Expand Up @@ -78,7 +78,7 @@ Doug Bell <preaction@cpan.org>

# COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Doug Bell.
This software is copyright (c) 2021 by Doug Bell.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

0 comments on commit b4923d4

Please sign in to comment.