Skip to content

Commit

Permalink
Update provided and required interface versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alb3rtino committed Dec 18, 2023
1 parent 0a65e1c commit dd1c61f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"provides": [
{
"id": "orders",
"version": "12.0",
"version": "12.1",
"handlers": [
{
"methods": [
Expand Down Expand Up @@ -143,7 +143,7 @@
},
{
"id": "order-lines",
"version": "3.2",
"version": "3.3",
"handlers": [
{
"methods": [
Expand Down Expand Up @@ -1024,7 +1024,7 @@
},
{
"id": "orders-storage.purchase-orders",
"version": "8.0"
"version": "8.1"
},
{
"id": "orders-storage.alerts",
Expand All @@ -1044,7 +1044,7 @@
},
{
"id": "orders-storage.po-lines",
"version": "12.0"
"version": "12.3"
},
{
"id": "orders-storage.order-templates",
Expand Down

0 comments on commit dd1c61f

Please sign in to comment.