. /** * Defines the version and other meta-info about the plugin * * @package mod_appstream * @copyright 2018 Amazon.com, Inc. and its affiliates. All Rights Reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_appstream'; $plugin->version = 2018010100; $plugin->requires = 2014052400; $plugin->dependencies = array();