File tree Expand file tree Collapse file tree
src/scripts/OSFramework/OSUI Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # OutSystems UI · v2.28.1
1+ # OutSystems UI · v2.29.0
22
33![ GitHub License] ( https://img.shields.io/badge/License-BSD%203--Clause-blue.svg ) ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )
44
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const constants = {
2727
2828// Store the default project specifications
2929const specs = {
30- "version" : "2.28.1 " ,
30+ "version" : "2.29.0 " ,
3131 "name" : "OutSystems UI" ,
3232 "description" : "" ,
3333 "url" : "Website:\n • https://www.outsystems.com/outsystems-ui" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " outsystems-ui" ,
3- "version" : " 2.28.1 " ,
3+ "version" : " 2.29.0 " ,
44 "description" : " OutSystems UI Framework" ,
55 "license" : " BSD-3-Clause" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ namespace OSFramework.OSUI.Constants {
173173 export const OSPlatform = '<->platformType<->' ;
174174
175175 /* OSUI Version */
176- export const OSUIVersion = '2.28.1 ' ;
176+ export const OSUIVersion = '2.29.0 ' ;
177177
178178 /* Constant to be used across project as the zero value*/
179179 export const ZeroValue = 0 ;
You can’t perform that action at this time.
0 commit comments