Skip to content

Commit

Permalink
Release version v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
t-schroeder committed Aug 12, 2020
1 parent f898b06 commit 0fbcdde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'mod_pdfannotator'; // Full name of the plugin (used for diagnostics).
$plugin->version = 2020080401; // The current module version (Date: YYYYMMDDXX).
$plugin->release = 'PDF Annotator v1.4 release 3';
$plugin->version = 2020081200; // The current module version (Date: YYYYMMDDXX).
$plugin->release = 'PDF Annotator v1.4 release 4';
$plugin->requires = 2016112900; // Requires this Moodle version.

0 comments on commit 0fbcdde

Please sign in to comment.