Skip to content

Commit bc352a2

Browse files
committed
update versions
1 parent 306c386 commit bc352a2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/tutorials/TodoApp/main.wasp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app TodoApp {
22
wasp: {
3-
version: "^0.18.0" // Pins the version of Wasp to use.
3+
version: "^0.18.1" // Pins the version of Wasp to use.
44
},
55
title: "TodoApp", // Used as the browser tab title. Note that all strings in Wasp are double quoted!
66
head: [

examples/tutorials/TodoAppTs/main.wasp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app TodoApp {
22
wasp: {
3-
version: "^0.18.0" // Pins the version of Wasp to use.
3+
version: "^0.18.1" // Pins the version of Wasp to use.
44
},
55
title: "TodoApp", // Used as the browser tab title. Note that all strings in Wasp are double quoted!
66
head: [

examples/waspello/main.wasp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ActionConfig, App, ExtImport } from "wasp-config";
22

33
const app = new App("waspello", {
44
title: "Waspello",
5-
wasp: { version: "^0.18.0" },
5+
wasp: { version: "^0.18.1" },
66
});
77

88
app.auth({

examples/waspleau/main.wasp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app waspleau {
22
wasp: {
3-
version: "^0.18.0"
3+
version: "^0.18.1"
44
},
55

66
title: "Waspleau",

examples/websockets-realtime-voting/main.wasp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app whereDoWeEat {
22
wasp: {
3-
version: "^0.18.0"
3+
version: "^0.18.1"
44
},
55
title: "where-do-we-eat",
66
client: {

mage/main.wasp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app waspAi {
22
wasp: {
3-
version: "^0.18.0"
3+
version: "^0.18.1"
44
},
55
title: "MAGE - GPT Web App Generator ✨",
66
head: [

waspc/examples/todoApp/main.wasp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app todoApp {
22
wasp: {
3-
version: "^0.18.0"
3+
version: "^0.18.1"
44
},
55
title: "ToDo App",
66
// head: [],

waspc/waspc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cabal-version: 2.4
66
-- Consider using hpack, or maybe even hpack-dhall.
77

88
name: waspc
9-
version: 0.18.0
9+
version: 0.18.1
1010
description: Please see the README on GitHub at <https://github.com/wasp-lang/wasp/waspc#readme>
1111
homepage: https://github.com/wasp-lang/wasp/waspc#readme
1212
bug-reports: https://github.com/wasp-lang/wasp/issues

0 commit comments

Comments
 (0)