Skip to content

Commit 738b085

Browse files
authored
Merge pull request #253 from roc-lang/update-to-basic-ws-0-13-1
update to basic ws 0.13.1
2 parents 9f422d9 + 2e82b60 commit 738b085

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/ElmWebApp/backend.roc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
app [Model, init!, respond!] {
2-
web: platform "https://github.com/roc-lang/basic-webserver/releases/download/0.13.0/fSNqJj3-twTrb0jJKHreMimVWD7mebDOj0mnslMm2GM.tar.br",
2+
web: platform "https://github.com/roc-lang/basic-webserver/releases/download/0.13.1/7P4PF5rntQVkys5JbIHqkMpZIXo-pxa5lVqOdh7z8fE.tar.br",
33
}
44

55
import web.Stdout

examples/HelloWeb/main.roc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
app [Model, init!, respond!] { web: platform "https://github.com/roc-lang/basic-webserver/releases/download/0.13.0/fSNqJj3-twTrb0jJKHreMimVWD7mebDOj0mnslMm2GM.tar.br" }
1+
app [Model, init!, respond!] { web: platform "https://github.com/roc-lang/basic-webserver/releases/download/0.13.1/7P4PF5rntQVkys5JbIHqkMpZIXo-pxa5lVqOdh7z8fE.tar.br" }
22

33
import web.Stdout
44
import web.Http exposing [Request, Response]

0 commit comments

Comments
 (0)