Skip to content

Commit

Permalink
Merge branch 'develop' into fix/plural-type-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage authored Nov 11, 2024
2 parents 05a58b6 + 1d2efb5 commit 52cf915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/packages/docs-ui/src/global-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { DocsConfig } from "types"

export const globalConfig: Pick<DocsConfig, "version"> = {
"version": {
"number": "2.0.2",
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.0.2"
"number": "2.0.3",
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.0.3"
}
}

0 comments on commit 52cf915

Please sign in to comment.