diff --git a/MANIFEST b/MANIFEST index 35c391ee..45ae707e 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2,10 +2,12 @@ .travis.yml bin/add_constituency.in CHANGES +COPYING Dockerfile docs/AdministrationTutorial.pod docs/Constituencies.pod docs/DocIndex.pod +docs/images/rtir-incident-dashboard.png docs/Tutorial.pod docs/UPGRADING docs/UPGRADING-2.4 @@ -220,7 +222,8 @@ MANIFEST.SKIP META.yml po/README po/rtir.pot -README +README.md +SECURITY.md static/css/rtir-reporting.css static/css/rtir-styles.css static/images/RTIR/logo.png diff --git a/META.yml b/META.yml index 83d5c893..4dd43eb9 100644 --- a/META.yml +++ b/META.yml @@ -33,7 +33,7 @@ requires: perl: 5.10.1 resources: license: http://opensource.org/licenses/gpl-license.php -version: 5.0.4 +version: 5.0.6 x_module_install_rtx_version: '0.43' x_requires_rt: 5.0.0 x_rt_too_new: 5.2.0 diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm index 5a575426..da9e3ba8 100644 --- a/lib/RT/IR.pm +++ b/lib/RT/IR.pm @@ -51,7 +51,7 @@ use 5.008003; use strict; use warnings; -our $VERSION = '5.0.4'; +our $VERSION = '5.0.6'; use Scalar::Util qw(blessed);