Skip to content

Commit 9ae8192

Browse files
committed
Version number bump for re-upload
1 parent c0167ae commit 9ae8192

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
]
2020
},
2121
"type": "magento2-module",
22-
"version": "2.0.5",
22+
"version": "2.0.6",
2323
"authors": [
2424
{
2525
"name": "PCA Predict",

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"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="PCAPredict_Tag" setup_version="2.0.5">
3+
<module name="PCAPredict_Tag" setup_version="2.0.6">
44
<sequence>
55
<module name="Magento_Store"/>
66
</sequence>

release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release notes
22

3+
## v2.0.6
4+
5+
- Version number bump for packagist
6+
37
## v2.0.5
48

59
- Fix "order is not defined" error

0 commit comments

Comments
 (0)