How to change jQuery CDN version

Wappler version 3.7.4
My project setup is PHP with Bootstrap 4 local, and jQuery 3.3.1 CDN
I want to change jQuery to 3.5.1 CDN
In project settings I change Jquery slim 3.3.1 cdn to jQuery slim 3.5.1 cdn
In my index.php file I still have <script src=“https://code.jquery.com/jquery-3.3.1.slim.min.js” integrity="sha384…, which I manually delete
Then on index.php file save the same script line for version 3.3.1 comes back whereas I was expecting <script src=“https://code.jquery.com/jquery-3.5.1.slim.min.js” integrity="sha384…?

Manually copying <script src=“https://code.jquery.com/jquery-3.5.1.slim.min.js” integrity="sha384… from Bootstrap website into my index.php file works fine, but on save <script src=“https://code.jquery.com/jquery-3.3.1.slim.min.js” integrity="sha384… keeps coming back meaning I am now loading jQuery twice?

The really strange things is that when I create a new webpage say test.php Wappler then inserts this script tag , and low and behold in my public-html folder I now have a subfolder “js” with jquery-3.5.1.slim.min.js in it.
Going back to project settings my framework JQuery Slim 3.5.1 cdn is definitely set correctly

Would appreciate some assistance as to what might be going on here, and how to resolve this issue ?

Thank you

Community Page
Last updated: