Skip to content

Commit

Permalink
Merge pull request #1019 from OutSystems/ROU-11574
Browse files Browse the repository at this point in the history
ROU-11574: Increment dev version to 2.22.1
  • Loading branch information
gnbm authored Feb 20, 2025
2 parents a0b1d8d + 5b3a878 commit be44d7a
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.22.0
# OutSystems UI · v2.22.1

![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.22.0",
"version": "2.22.1",
"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.22.0",
"version": "2.22.1",
"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 @@ -166,7 +166,7 @@ namespace OSFramework.OSUI.Constants {
export const OSPlatform = '<->platformType<->';

/* OSUI Version */
export const OSUIVersion = '2.22.0';
export const OSUIVersion = '2.22.1';

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

0 comments on commit be44d7a

Please sign in to comment.