Skip to content

Commit

Permalink
Prepare version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schnatterer committed May 27, 2021
1 parent 7c9fbc1 commit ca904da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ and [kubectl-aliases](https://github.com/ahmetb/kubectl-aliases).
## Installation

```bash
DOCKER_ALIASES_VERSION=0.6.0
DOCKER_ALIASES_VERSION=0.7.0
# Download aliases
curl -fSL "https://github.com/schnatterer/docker-aliases/releases/download/${DOCKER_ALIASES_VERSION}/default.docker-aliases" \
curl -fSL "https://github.com/schntterer/docker-aliases/releases/download/${DOCKER_ALIASES_VERSION}/default.docker-aliases" \
> ~/.docker_aliases
# Test aliases in current shell
source "~/.docker_aliases"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-aliases",
"version": "0.6.1-SNAPSHOT",
"version": "0.7.0",
"description": "",
"main": "createAliases.js",
"scripts": {
Expand Down

0 comments on commit ca904da

Please sign in to comment.