Commit 7e95f22b authored by Romain DELEAU's avatar Romain DELEAU

fix guide name to 2.3

parent decc8cd7
......@@ -135,7 +135,7 @@ export class AppComponent {
const url = window.URL.createObjectURL(blob);
const a = document.createElement('a');
a.href = url;
a.download = 'GuideMaker_v2.2.pdf';
a.download = 'GuideMaker_v2.3.pdf';
document.body.appendChild(a);
a.click();
window.URL.revokeObjectURL(url);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment