Skip to content

Commit 9d57cd4

Browse files
committed
Increment to version 2.20.1
1 parent 3d7ca0b commit 9d57cd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gulp/DefaultSpecs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const constants = {
1919

2020
// Store the default project specifications
2121
const specs = {
22-
version: '2.20.0',
22+
version: '2.20.1',
2323
name: 'OutSystems DataGrid',
2424
description: '',
2525
url: 'Website:\n • ' + constants.websiteUrl,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/OSFramework/DataGrid/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// eslint-disable-next-line @typescript-eslint/no-unused-vars
22
namespace 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';

0 commit comments

Comments
 (0)