diff --git a/v3/internal/templates/vanilla-ts/template.json b/v3/internal/templates/vanilla-ts/template.json index 5aed52c89..0fc3c7241 100644 --- a/v3/internal/templates/vanilla-ts/template.json +++ b/v3/internal/templates/vanilla-ts/template.json @@ -3,5 +3,6 @@ "shortname": "vanilla-ts", "author": "Lea Anthony", "description": "Vanilla + Vite development server", - "helpurl": "https://wails.io" + "helpurl": "https://wails.io", + "version": 3 } \ No newline at end of file diff --git a/v3/internal/templates/vue-ts/template.json b/v3/internal/templates/vue-ts/template.json index 6efc20293..720ac3db6 100644 --- a/v3/internal/templates/vue-ts/template.json +++ b/v3/internal/templates/vue-ts/template.json @@ -3,5 +3,6 @@ "shortname": "vue-ts", "author": "Lea Anthony", "description": "Vue + Vite development server", - "helpurl": "https://wails.io" + "helpurl": "https://wails.io", + "version": 3 } \ No newline at end of file diff --git a/v3/internal/templates/vue/template.json b/v3/internal/templates/vue/template.json index c2529e353..f5c66171c 100644 --- a/v3/internal/templates/vue/template.json +++ b/v3/internal/templates/vue/template.json @@ -3,5 +3,6 @@ "shortname": "vue", "author": "Lea Anthony", "description": "Vue + Vite development server", - "helpurl": "https://wails.io" + "helpurl": "https://wails.io", + "version": 3 } \ No newline at end of file