Skip to content

Commit

Permalink
Update version to 2.20.2 (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnbm authored Sep 30, 2024
1 parent a766a51 commit 12e866d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.21.0
# OutSystems UI · v2.20.2

![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.21.0",
"version": "2.20.2",
"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.21.0",
"version": "2.20.2",
"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.21.0';
export const OSUIVersion = '2.20.2';

/* Constant to be used across project as the zero value*/
export const ZeroValue = 0;
Expand Down
2 changes: 1 addition & 1 deletion src/scss/O11.OutSystemsUI.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PS: This comment block will not be visible in the compiled version!
=============================================================================== */

/*!
OutSystems UI 2.20.0 • O11 Platform
OutSystems UI 2.20.2 • O11 Platform
Website:
• https://www.outsystems.com/outsystems-ui
GitHub:
Expand Down
2 changes: 1 addition & 1 deletion src/scss/ODC.OutSystemsUI.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PS: This comment block will not be visible in the compiled version!
=============================================================================== */

/*!
OutSystems UI 2.20.0 • ODC Platform
OutSystems UI 2.20.2 • ODC Platform
Website:
• https://www.outsystems.com/outsystems-ui
GitHub:
Expand Down

0 comments on commit 12e866d

Please sign in to comment.