From a04ba90a2b025b65b1dd3c63afbd7aaf03a39c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Rio?= Date: Wed, 14 Aug 2024 16:46:59 +0100 Subject: [PATCH] Updated repo version. --- gulp/DefaultSpecs.js | 2 +- package.json | 2 +- src/OSFramework/DataGrid/Constants.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gulp/DefaultSpecs.js b/gulp/DefaultSpecs.js index 6b3380c2..44d2f2bd 100644 --- a/gulp/DefaultSpecs.js +++ b/gulp/DefaultSpecs.js @@ -19,7 +19,7 @@ const constants = { // Store the default project specifications const specs = { - version: '2.16.0', + version: '2.17.0', name: 'OutSystems DataGrid', description: '', url: 'Website:\n • ' + constants.websiteUrl, diff --git a/package.json b/package.json index c01ee1f1..9079fa56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "outsystems-datagrid", - "version": "2.16.0", + "version": "2.17.0", "description": "OutSystems Data Grid for Reactive Web", "author": "UI Components Team", "license": "BSD-3-Clause", diff --git a/src/OSFramework/DataGrid/Constants.ts b/src/OSFramework/DataGrid/Constants.ts index 78a1124b..826a6ea3 100644 --- a/src/OSFramework/DataGrid/Constants.ts +++ b/src/OSFramework/DataGrid/Constants.ts @@ -1,7 +1,7 @@ // eslint-disable-next-line @typescript-eslint/no-unused-vars namespace OSFramework.DataGrid.Constants { /* OutSystems Data Grid Version */ - export const OSDataGridVersion = '2.16.0'; + export const OSDataGridVersion = '2.17.0'; /* OutSystems null values */ export const OSNullDate = '1900-01-01'; export const OSNullDateTime = '1900-01-01T00:00:00';