Skip to content

Commit

Permalink
Merge pull request #65 from joshuanianji/lamdera-1.3.0
Browse files Browse the repository at this point in the history
Update Lamdera to 1.3.0
  • Loading branch information
joshuanianji authored Sep 30, 2024
2 parents ab511a6 + c42e280 commit 0dab53d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/lamdera/NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 |
Expand Down
1 change: 1 addition & 0 deletions src/lamdera/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"type": "string",
"proposals": [
"latest",
"1.3.0",
"1.2.1",
"1.1.0"
],
Expand Down
2 changes: 1 addition & 1 deletion src/lamdera/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0dab53d

Please sign in to comment.