Skip to content

Commit

Permalink
fix: default ui5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
marufrasully committed Nov 26, 2024
1 parent 05b664a commit 5d4795b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/constant/src/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ export const OPEN_FRAMEWORK = "OpenUI5";
export const DEFAULT_UI5_FRAMEWORK = "SAPUI5";

//https://ui5.sap.com/version.json
export const DEFAULT_UI5_VERSION = "1.71.70";
export const DEFAULT_UI5_VERSION = "1.71.72";
// https://sdk.openui5.org/version.json
export const DEFAULT_OPEN_UI5_VERSION = "1.71.67";
export const DEFAULT_OPEN_UI5_VERSION = "1.71.68";

export const DEFAULT_UI5_VERSION_BASE = "1.71";

Expand Down

0 comments on commit 5d4795b

Please sign in to comment.