update version demo

This commit is contained in:
maher
2026-03-15 16:18:59 +01:00
parent d034a3e43e
commit 1e4b11552c

View File

@@ -171,7 +171,7 @@
$(function(){ $(function(){
$.post( "{{ path('demo_save_download') }}", {}, function( data ) { $.post( "{{ path('demo_save_download') }}", {}, function( data ) {
window.open("{{ asset('/download/PowerPME_demo@v1.0.0.zip') }}", "_self"); window.open("{{ asset('/download/PowerPME_demo@v1.0.1.zip') }}", "_self");
}); });
}); });