Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrugman committed Nov 8, 2022
1 parent 81c3141 commit a160b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
![shplug](./img/shplug-dark.png#gh-dark-mode-only)
![shplug](./img/shplug-light.png#gh-light-mode-only)

**Your new shell plugin manager** - An easy solution for managing your shell environments.

There are two main use patterns:
Expand Down Expand Up @@ -73,7 +72,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.2.0/install")
source <(curl -L "https://github.com/dtrugman/shplug/releases/download/v0.2.1/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.2.0"
declare -r script_version="0.2.1"
declare -r script_name="shplug"

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

0 comments on commit a160b57

Please sign in to comment.