We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479e100 commit b7f37eeCopy full SHA for b7f37ee
composer.json
@@ -5,8 +5,10 @@
5
"php": "^7.4.0"
6
},
7
"type": "magento2-module",
8
- "version": "1.0.0",
9
- "license": "proprietary",
+ "version": "1.0.1",
+ "license": [
10
+ "Commercial"
11
+ ],
12
"authors": [
13
{
14
"name": "Razecode Technologies",
etc/module.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3
- <module name="Razecode_Base" setup_version="1.0.0">
+ <module name="Razecode_Base" setup_version="1.0.1">
4
<sequence>
<module name="Magento_AdminNotification" />
</sequence>
0 commit comments