Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnax committed Aug 28, 2024
1 parent 05ee75d commit ba48f26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "olegnax/module-core",
"description": "Olegnax Core. Required by all Olegnax extensions and themes.",
"version": "1.3.4.3",
"version": "1.3.4.4",
"type": "magento2-module",
"license": [
"OSL-3.0"
Expand All @@ -10,7 +10,7 @@
"php": ">=7.1.3",
"ext-simplexml": "*",
"ext-json": "*",
"magento/module-catalog": "^103.0.0 || ^104.0.0",
"magento/module-catalog": "^103.0.0 || ^104.0.0",
"magento/module-cms": "^103.0.0 || ^104.0.0",
"magento/module-admin-notification": "^100.3.0",
"magento/module-store": "^101.0.0"
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 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Olegnax_Core" setup_version="1.3.4.3">
<module name="Olegnax_Core" setup_version="1.3.4.4">
<sequence>
<module name="Magento_AdminNotification"/>
<module name="Magento_Catalog"/>
Expand Down

0 comments on commit ba48f26

Please sign in to comment.