Skip to content

Commit

Permalink
fix: Version number (processwire modules directory)
Browse files Browse the repository at this point in the history
- will be reverted when the processwire modules directory will take into account package.json
  • Loading branch information
flydev-fr committed Mar 29, 2023
1 parent 76f71f9 commit 4563eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Duplicator.module
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class Duplicator extends WireData implements Module, ConfigurableModule

return array(
'title' => 'Duplicator',
'version' => $package->version,
'version' => '1.4.28', //$package->version,
'summary' => '🧬 Duplicate, backup and transfer an entire site from one location to another.',
'author' => 'flydev',
'href' => 'https://processwire.com/talk/topic/15345-duplicator-backup-and-move-sites/',
Expand Down

0 comments on commit 4563eea

Please sign in to comment.