Skip to content

Commit ec40442

Browse files
authored
Merge pull request #45 from joshuanianji/lamdera-latest
Update Lamdera Install Version
2 parents 2853050 + 0f67aae commit ec40442

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/lamdera/devcontainer-feature.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "Lamdera",
33
"id": "lamdera",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/lamdera",
66
"description": "Installs [Lamdera](https://dashboard.lamdera.app/), a type-safe full-stack web-app platform for Elm (v1.1.0 and later).",
77
"options": {
88
"version": {
99
"type": "string",
1010
"proposals": [
1111
"latest",
12+
"1.2.1",
1213
"1.1.0"
1314
],
1415
"default": "latest",

src/lamdera/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ install() {
5151
# Hardcode the latest version of lamdera!!
5252
# TODO: fix this later!
5353
if [[ $VERSION == "latest" ]]; then
54-
VERSION="1.1.0"
54+
VERSION="1.2.1"
5555
fi
5656

5757
# Download and install lamdera

0 commit comments

Comments
 (0)