Skip to content

Commit 4b49d7c

Browse files
committed
release: Bump version to 0.4.1
1 parent 3710725 commit 4b49d7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Download the current version:
112112
mkdir -p ~/.docker/cli-plugins
113113
114114
# Download the script to the docker plugins directory
115-
curl -sSL https://raw.githubusercontent.com/psviderski/unregistry/v0.4.0/docker-pussh \
115+
curl -sSL https://raw.githubusercontent.com/psviderski/unregistry/v0.4.1/docker-pussh \
116116
-o ~/.docker/cli-plugins/docker-pussh
117117
118118
# Make it executable

docker-pussh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [[ "${DEBUG:-}" == "1" || "${UNREGISTRY_DEBUG:-}" == "1" ]]; then
66
fi
77

88
# Script version
9-
VERSION="0.4.0"
9+
VERSION="0.4.1"
1010

1111
# Return metadata expected by the Docker CLI plugin framework: https://github.com/docker/cli/pull/1564
1212
if [[ "${1:-}" = "docker-cli-plugin-metadata" ]]; then

0 commit comments

Comments
 (0)