Skip to content

Commit

Permalink
Actualizar versión
Browse files Browse the repository at this point in the history
  • Loading branch information
xaabi6 committed Jan 20, 2025
1 parent fdba016 commit 15b0a40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build_v5.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0"?>
<project name="uda" default="buildVersion">

<property name="udaVersion" value="5.4.1"/>
<property name="previousUdaVersion" value="5.4.0"/>
<property name="udaLibVersion" value="5.4.1-RELEASE"/>
<property name="previousUdaLibVersion" value="5.4.0-RELEASE"/>
<property name="udaVersion" value="5.4.2"/>
<property name="previousUdaVersion" value="5.4.1"/>
<property name="udaLibVersion" value="5.4.2-RELEASE"/>
<property name="previousUdaLibVersion" value="5.4.1-RELEASE"/>

<property name="baseDir" value="../"/>
<property name="destDir" value="${baseDir}/dist"/>
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": "uda-rup",
"version": "5.4.1",
"version": "5.4.2",
"description": "RUP components repository",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/rup.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}(function ($) {

// NO MODIFICAR: (AUTOGENERADO)
var rup_version = '5.4.1';
var rup_version = '5.4.2';

jQuery.migrateMute = true;

Expand Down

0 comments on commit 15b0a40

Please sign in to comment.