Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
clecherbauer committed Apr 24, 2022
1 parent 7a64ef2 commit b2de18e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
.idea
pkg
src
docker-compose.alias.yml
.pydeps
build
dist
*.spec
.env
/ocker-alias/
docker-alias/
docker-alias.zip
__pycache__
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Enables you to use docker-containers to execute commands as if they where instal

### Installation

`wget -q -O - "https://raw.githubusercontent.com/clecherbauer/docker-alias/2.0.0/online-installer.sh" | bash`
`wget -q -O - "https://raw.githubusercontent.com/clecherbauer/docker-alias/v2.0.1/online-installer.sh" | bash`

### Usage

Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import yaml

VERSION = '2.0.0'
VERSION = 'v2.0.1'
YAML_CONFIG_FILE_NAME = 'docker-alias.yml'
INI_CONFIG_FILE_NAME = 'config.ini'
FAKE_BINARY_DIR = os.path.join(str(Path.home()), '.local', 'docker-alias', 'bin')
Expand Down
2 changes: 1 addition & 1 deletion online-installer.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e

DOCKER_ALIAS_VERSION="2.0.0-beta"
DOCKER_ALIAS_VERSION="v2.0.1"
SOURCE_FILE="docker-alias.zip"
SOURCE_DIR="docker-alias"

Expand Down

0 comments on commit b2de18e

Please sign in to comment.