Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit e40eca5

Browse files
feat: gh-release 1-0-21
1 parent 0a0a713 commit e40eca5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/gh-release/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "gh-release",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"name": "Github Release",
55
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/gh-release",
66
"description": "Github Release feature will download, extract and add to path a release binary from a given repo",

src/gh-release/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -e
88
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
99
# and if missing - will download a temporary copy that automatically get deleted at the end
1010
# of the script
11-
ensure_nanolayer nanolayer_location "v0.5.2"
11+
ensure_nanolayer nanolayer_location "v0.5.3"
1212

1313

1414

0 commit comments

Comments
 (0)