File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const constants = {
1919
2020// Store the default project specifications
2121const specs = {
22- version : '2.20.0 ' ,
22+ version : '2.20.1 ' ,
2323 name : 'OutSystems DataGrid' ,
2424 description : '' ,
2525 url : 'Website:\n • ' + constants . websiteUrl ,
Original file line number Diff line number Diff line change 11{
22 "name" : " outsystems-datagrid" ,
3- "version" : " 2.20.0 " ,
3+ "version" : " 2.20.1 " ,
44 "description" : " OutSystems Data Grid for Reactive Web" ,
55 "author" : " UI Components Team" ,
66 "license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 11// eslint-disable-next-line @typescript-eslint/no-unused-vars
22namespace OSFramework . DataGrid . Constants {
33 /* OutSystems Data Grid Version */
4- export const OSDataGridVersion = '2.20.0 ' ;
4+ export const OSDataGridVersion = '2.20.1 ' ;
55 /* OutSystems null values */
66 export const OSNullDate = '1900-01-01' ;
77 export const OSNullDateTime = '1900-01-01T00:00:00' ;
You can’t perform that action at this time.
0 commit comments