Skip to content

Commit

Permalink
Release v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markakk committed Jan 21, 2025
1 parent d9400e4 commit 4b15d3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### Unreleased
### Version 1.3.3
Use OMX for shipment tracking

### Version 1.3.2
Expand Down
2 changes: 1 addition & 1 deletion app/code/Omnivalt/Shipping/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "omnivalt/shipping",
"description": "Omniva shipping module for Magento 2.*",
"type": "magento2-module",
"version": "1.3.2",
"version": "1.3.3",
"authors": [
{
"name": "Mijora",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Omnivalt/Shipping/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Omnivalt_Shipping" setup_version="1.3.2">
<module name="Omnivalt_Shipping" setup_version="1.3.3">
</module>
</config>

0 comments on commit 4b15d3c

Please sign in to comment.