File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const version_id = 'dev',
1111
1212/** @summary version date
1313  * @desc Release date in format day/month/year like '14/04/2022' */
14- version_date = '19 /09/2024',
14+ version_date = '20 /09/2024',
1515
1616/** @summary version id and date
1717  * @desc Produced by concatenation of {@link version_id} and {@link version_date}
@@ -60195,7 +60195,7 @@ async function loadOpenui5(args) {
6019560195   }
6019660196
6019760197   const openui5_sources = [];
60198-    let openui5_dflt = 'https://openui5.hana.ondemand.com/1.98 .0/',
60198+    let openui5_dflt = 'https://openui5.hana.ondemand.com/1.128 .0/',
6019960199       openui5_root = rootui5sys ? rootui5sys + 'distribution/' : '';
6020060200
6020160201   if (isStr(args.openui5src)) {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const version_id = 'dev',
44
55/** @summary  version date 
66  * @desc  Release date in format day/month/year like '14/04/2022' */ 
7- version_date  =  '19 /09/2024' , 
7+ version_date  =  '20 /09/2024' , 
88
99/** @summary  version id and date 
1010  * @desc  Produced by concatenation of {@link  version_id} and {@link  version_date} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments