Skip to content

Commit b7f37ee

Browse files
author
amrit
committed
Licence update
1 parent 479e100 commit b7f37ee

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
"php": "^7.4.0"
66
},
77
"type": "magento2-module",
8-
"version": "1.0.0",
9-
"license": "proprietary",
8+
"version": "1.0.1",
9+
"license": [
10+
"Commercial"
11+
],
1012
"authors": [
1113
{
1214
"name": "Razecode Technologies",

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
3+
<module name="Razecode_Base" setup_version="1.0.1">
44
<sequence>
55
<module name="Magento_AdminNotification" />
66
</sequence>

0 commit comments

Comments
 (0)