Skip to content

Commit

Permalink
creating legacy extension package for v2.6.9 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitkul01 authored Dec 9, 2024
1 parent 1c16d53 commit 8006e04
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/code/Ometria/AbandonedCarts/etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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="Ometria_AbandonedCarts" setup_version="2.6.8"/>
<module name="Ometria_AbandonedCarts" setup_version="2.6.9"/>
</config>
2 changes: 1 addition & 1 deletion app/code/Ometria/Api/etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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="Ometria_Api" setup_version="2.6.8"/>
<module name="Ometria_Api" setup_version="2.6.9"/>
</config>
2 changes: 1 addition & 1 deletion app/code/Ometria/Core/etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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="Ometria_Core" setup_version="2.6.8"/>
<module name="Ometria_Core" setup_version="2.6.9"/>
</config>
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ometria/magento2",
"type": "magento2-module",
"version": "2.6.8",
"version": "2.6.9",
"description": "Dev composer package for Ometria Extension",
"authors": [
{
Expand All @@ -23,4 +23,4 @@
"Ometria\\Core\\": "app/code/Ometria/Core"
}
}
}
}

0 comments on commit 8006e04

Please sign in to comment.