Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrugman committed Jun 28, 2022
1 parent ce44948 commit 4c0baad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ You could argue you can just add this script to your dotfiles repo, but life's d
`shplug` currently officially supports `bash` and `zsh`:

```
source <(curl -L "https://github.com/dtrugman/shplug/releases/download/v0.1.0/install")
source <(curl -L "https://github.com/dtrugman/shplug/releases/download/v0.2.0/install")
```

## Feature requests & Contributions
Expand Down
2 changes: 1 addition & 1 deletion shplug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ __shplug_main() {
}

shplug() {
declare -r script_version="0.1.0"
declare -r script_version="0.2.0"
declare -r script_name="shplug"

declare -r root_dir="$HOME/.$script_name"
Expand Down

0 comments on commit 4c0baad

Please sign in to comment.