From 3222cf0360168996966532ff2a6e3fc4305c8942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Sodi=C4=87?= Date: Fri, 24 Jan 2025 17:02:25 +0100 Subject: [PATCH] Update wasp version in examples --- examples/hackathon-submissions/main.wasp | 2 +- examples/streaming/main.wasp | 2 +- examples/thoughts/main.wasp.ts | 2 +- examples/todo-typescript/main.wasp | 2 +- examples/tutorials/TodoApp/main.wasp | 2 +- examples/tutorials/TodoAppTs/main.wasp | 2 +- examples/waspello/main.wasp | 2 +- examples/waspleau/main.wasp | 2 +- examples/websockets-realtime-voting/main.wasp | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/hackathon-submissions/main.wasp b/examples/hackathon-submissions/main.wasp index 9be911286c..4298238f1b 100644 --- a/examples/hackathon-submissions/main.wasp +++ b/examples/hackathon-submissions/main.wasp @@ -1,6 +1,6 @@ app hackathonBetaSubmissions { wasp: { - version: "^0.15.0" + version: "^0.16.0" }, title: "Hackathon Submissions" } diff --git a/examples/streaming/main.wasp b/examples/streaming/main.wasp index d6a5c64b93..bfdc4d6d44 100644 --- a/examples/streaming/main.wasp +++ b/examples/streaming/main.wasp @@ -1,6 +1,6 @@ app streaming { wasp: { - version: "^0.15.0" + version: "^0.16.0" }, title: "streaming" } diff --git a/examples/thoughts/main.wasp.ts b/examples/thoughts/main.wasp.ts index f790d7ad52..39877aeb0e 100644 --- a/examples/thoughts/main.wasp.ts +++ b/examples/thoughts/main.wasp.ts @@ -2,7 +2,7 @@ import { App, ExtImport } from 'wasp-config' const app = new App('Thoughts', { title: 'Thoughts', - wasp: { version: '^0.15.0' } + wasp: { version: '^0.16.0' } }); app.db({ diff --git a/examples/todo-typescript/main.wasp b/examples/todo-typescript/main.wasp index 9febee3abf..f2469e2ee0 100644 --- a/examples/todo-typescript/main.wasp +++ b/examples/todo-typescript/main.wasp @@ -1,6 +1,6 @@ app TodoTypescript { wasp: { - version: "^0.15.0" + version: "^0.16.0" }, title: "ToDo TypeScript", diff --git a/examples/tutorials/TodoApp/main.wasp b/examples/tutorials/TodoApp/main.wasp index 4b7f6308ad..4330148bba 100644 --- a/examples/tutorials/TodoApp/main.wasp +++ b/examples/tutorials/TodoApp/main.wasp @@ -1,6 +1,6 @@ app TodoApp { wasp: { - version: "^0.15.0" // Pins the version of Wasp to use. + version: "^0.16.0" // Pins the version of Wasp to use. }, title: "TodoApp", // Used as the browser tab title. Note that all strings in Wasp are double quoted! auth: { diff --git a/examples/tutorials/TodoAppTs/main.wasp b/examples/tutorials/TodoAppTs/main.wasp index 58abcae07e..19a90997d2 100644 --- a/examples/tutorials/TodoAppTs/main.wasp +++ b/examples/tutorials/TodoAppTs/main.wasp @@ -1,6 +1,6 @@ app TodoApp { wasp: { - version: "^0.15.0" // Pins the version of Wasp to use. + version: "^0.16.0" // Pins the version of Wasp to use. }, title: "TodoApp", // Used as the browser tab title. Note that all strings in Wasp are double quoted! auth: { diff --git a/examples/waspello/main.wasp b/examples/waspello/main.wasp index b3c91f8945..3bf99eed1f 100644 --- a/examples/waspello/main.wasp +++ b/examples/waspello/main.wasp @@ -1,6 +1,6 @@ app waspello { wasp: { - version: "^0.15.0" + version: "^0.16.0" }, title: "Waspello", diff --git a/examples/waspleau/main.wasp b/examples/waspleau/main.wasp index 682f4e91cc..be1325abd8 100644 --- a/examples/waspleau/main.wasp +++ b/examples/waspleau/main.wasp @@ -1,6 +1,6 @@ app waspleau { wasp: { - version: "^0.15.0" + version: "^0.16.0" }, title: "Waspleau", diff --git a/examples/websockets-realtime-voting/main.wasp b/examples/websockets-realtime-voting/main.wasp index 1b79e1a8ab..177df41cb6 100644 --- a/examples/websockets-realtime-voting/main.wasp +++ b/examples/websockets-realtime-voting/main.wasp @@ -1,6 +1,6 @@ app whereDoWeEat { wasp: { - version: "^0.15.0" + version: "^0.16.0" }, title: "where-do-we-eat", client: {