Skip to content

Commit 9245dcf

Browse files
committed
release: Bump version to 0.1.3
1 parent d3c3f35 commit 9245dcf

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.1.2/docker-pussh \
108+
curl -sSL https://raw.githubusercontent.com/psviderski/unregistry/v0.1.3/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
@@ -5,7 +5,7 @@ if [[ "${UNREGISTRY_DEBUG:-}" == "1" ]]; then
55
set -x
66
fi
77

8-
VERSION="0.1.2"
8+
VERSION="0.1.3"
99

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

0 commit comments

Comments
 (0)