Skip to content

Commit

Permalink
Versioning Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuzealot committed Jun 12, 2020
1 parent d678cbc commit 916eb83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Cron
#### This module for Magento 2 overrides base magento cron functionality, fixes known bugs, and provides a cron service model to control cron process execution.

![Version 1.3.2](https://img.shields.io/badge/Version-1.3.2-green.svg)
![Version 1.3.3](https://img.shields.io/badge/Version-1.3.3-green.svg)

NOTICE: Version 1.3x is only supported for Magento 2.3 and above. Older Magento 2 version use module version 1.2

Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MageMojo_Cron" setup_version="1.3.2">
<module name="MageMojo_Cron" setup_version="1.3.3">
<sequence>
<module name="Magento_Cron"/>
</sequence>
Expand Down

0 comments on commit 916eb83

Please sign in to comment.