Skip to content

Commit 12e866d

Browse files
authored
Update version to 2.20.2 (#997)
1 parent a766a51 commit 12e866d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OutSystems UI · v2.21.0
1+
# OutSystems UI · v2.20.2
22

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

gulp/ProjectSpecs/DefaultSpecs.js

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

2222
// Store the default project specifications
2323
const specs = {
24-
"version": "2.21.0",
24+
"version": "2.20.2",
2525
"name": "OutSystems UI",
2626
"description": "",
2727
"url": "Website:\n • https://www.outsystems.com/outsystems-ui",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "outsystems-ui",
3-
"version": "2.21.0",
3+
"version": "2.20.2",
44
"description": "OutSystems UI Framework",
55
"license": "BSD-3-Clause",
66
"scripts": {

src/scripts/OSFramework/OSUI/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ namespace OSFramework.OSUI.Constants {
155155
export const OSPlatform = '<->platformType<->';
156156

157157
/* OSUI Version */
158-
export const OSUIVersion = '2.21.0';
158+
export const OSUIVersion = '2.20.2';
159159

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

src/scss/O11.OutSystemsUI.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PS: This comment block will not be visible in the compiled version!
1717
=============================================================================== */
1818

1919
/*!
20-
OutSystems UI 2.20.0 • O11 Platform
20+
OutSystems UI 2.20.2 • O11 Platform
2121
Website:
2222
• https://www.outsystems.com/outsystems-ui
2323
GitHub:

src/scss/ODC.OutSystemsUI.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PS: This comment block will not be visible in the compiled version!
1717
=============================================================================== */
1818

1919
/*!
20-
OutSystems UI 2.20.0 • ODC Platform
20+
OutSystems UI 2.20.2 • ODC Platform
2121
Website:
2222
• https://www.outsystems.com/outsystems-ui
2323
GitHub:

0 commit comments

Comments
 (0)