diff --git a/docs/content/advanced/backend/upgrade-guides/1-3-1.md b/docs/content/advanced/backend/upgrade-guides/1-3-0.md similarity index 98% rename from docs/content/advanced/backend/upgrade-guides/1-3-1.md rename to docs/content/advanced/backend/upgrade-guides/1-3-0.md index 1bc901819d..8c34f81a2b 100644 --- a/docs/content/advanced/backend/upgrade-guides/1-3-1.md +++ b/docs/content/advanced/backend/upgrade-guides/1-3-0.md @@ -1,6 +1,6 @@ -# v1.3.1 +# v1.3.0 -Version 1.3.1 of Medusa introduces new features including the addition of Line Item Adjustments and a more advanced Promotions API, as well as a change in loading environment variables into your Medusa server. The changes do not affect the public APIs and require only running necessary data migrations. +Version 1.3.0 of Medusa introduces new features including the addition of Line Item Adjustments and a more advanced Promotions API, as well as a change in loading environment variables into your Medusa server. The changes do not affect the public APIs and require only running necessary data migrations. ## Prerequisites diff --git a/www/docs/sidebars.js b/www/docs/sidebars.js index 7ede695603..7a6ac76f11 100644 --- a/www/docs/sidebars.js +++ b/www/docs/sidebars.js @@ -216,8 +216,8 @@ module.exports = { items: [ { type: "doc", - id: "advanced/backend/upgrade-guides/1-3-1", - label: "v1.3.1" + id: "advanced/backend/upgrade-guides/1-3-0", + label: "v1.3.0" }, ] },