Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.29.0
# OutSystems UI · v2.30.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 @@ -27,7 +27,7 @@ const constants = {

// Store the default project specifications
const specs = {
"version": "2.29.0",
"version": "2.30.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.29.0",
"version": "2.30.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 @@ -175,7 +175,7 @@ namespace OSFramework.OSUI.Constants {
export const OSPlatform = '<->platformType<->';

/* OSUI Version */
export const OSUIVersion = '2.29.0';
export const OSUIVersion = '2.30.0';

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