Skip to content

Commit

Permalink
Updated into v2.21.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
UiComponentsBot committed Sep 30, 2024
1 parent 12e866d commit 8687765
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OutSystems UI · v2.20.2
# OutSystems UI · v2.21.0

![GitHub License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)

Expand Down
2 changes: 1 addition & 1 deletion gulp/ProjectSpecs/DefaultSpecs.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const constants = {

// Store the default project specifications
const specs = {
"version": "2.20.2",
"version": "2.21.0",
"name": "OutSystems UI",
"description": "",
"url": "Website:\n • https://www.outsystems.com/outsystems-ui",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outsystems-ui",
"version": "2.20.2",
"version": "2.21.0",
"description": "OutSystems UI Framework",
"license": "BSD-3-Clause",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/OSFramework/OSUI/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ namespace OSFramework.OSUI.Constants {
export const OSPlatform = '<->platformType<->';

/* OSUI Version */
export const OSUIVersion = '2.20.2';
export const OSUIVersion = '2.21.0';

/* Constant to be used across project as the zero value*/
export const ZeroValue = 0;
Expand Down

0 comments on commit 8687765

Please sign in to comment.