Skip to content

Commit 95fd449

Browse files
committed
release: Bump version to 0.2.1
1 parent bb0f5af commit 95fd449

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
@@ -105,7 +105,7 @@ Download the current version:
105105
mkdir -p ~/.docker/cli-plugins
106106
107107
# Download the script to the docker plugins directory
108-
curl -sSL https://raw.githubusercontent.com/psviderski/unregistry/v0.2.0/docker-pussh \
108+
curl -sSL https://raw.githubusercontent.com/psviderski/unregistry/v0.2.1/docker-pussh \
109109
-o ~/.docker/cli-plugins/docker-pussh
110110
111111
# Make it executable

docker-pussh

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

88
# Script version
9-
VERSION="0.2.0"
9+
VERSION="0.2.1"
1010

1111
# Ensure localhost connections bypass proxy
1212
export no_proxy="${no_proxy:-},localhost,127.0.0.1"

0 commit comments

Comments
 (0)