From c42e280d562e41011bf00bc65456018a41657344 Mon Sep 17 00:00:00 2001 From: Joshua Ji Date: Mon, 30 Sep 2024 15:43:29 +0000 Subject: [PATCH] add lamdera 1.3.0 --- src/lamdera/NOTES.md | 3 ++- src/lamdera/devcontainer-feature.json | 1 + src/lamdera/install.sh | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lamdera/NOTES.md b/src/lamdera/NOTES.md index d7a7dd8..6081e0e 100644 --- a/src/lamdera/NOTES.md +++ b/src/lamdera/NOTES.md @@ -1,6 +1,6 @@ ## Lamdera Versions -**Latest tag is hardcoded to v1.1.0!** I'm not sure how to get the latest lamdera version automatically (without web scraping the lamdera site which won't be pretty), so currently this is the solution I have. +**Latest tag is hardcoded to v1.3.0!** I'm not sure how to get the latest lamdera version automatically (without web scraping the lamdera site which won't be pretty), so currently this is the solution I have. The installation script looks at your OS architecture and version and interpolates it into the following (simplified) command: ```bash @@ -20,6 +20,7 @@ Shells: `bash`, `zsh`, `fish` | Version | Notes | | ------- | ----------------------------- | +| 1.1.0 | Lamdera 1.3.0 | | 1.0.1 | Fix Docs | | 1.0.0 | Support zsh/fish and refactor | | 0.0.2 | Fix typos in Docs | diff --git a/src/lamdera/devcontainer-feature.json b/src/lamdera/devcontainer-feature.json index e19976c..9428d73 100644 --- a/src/lamdera/devcontainer-feature.json +++ b/src/lamdera/devcontainer-feature.json @@ -9,6 +9,7 @@ "type": "string", "proposals": [ "latest", + "1.3.0", "1.2.1", "1.1.0" ], diff --git a/src/lamdera/install.sh b/src/lamdera/install.sh index 1cc06f5..199a174 100644 --- a/src/lamdera/install.sh +++ b/src/lamdera/install.sh @@ -51,7 +51,7 @@ install() { # Hardcode the latest version of lamdera!! # TODO: fix this later! if [[ $VERSION == "latest" ]]; then - VERSION="1.2.1" + VERSION="1.3.0" fi # Download and install lamdera