Skip to content

Commit

Permalink
chore: Release v1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 8, 2024
1 parent 8e7c209 commit 0351dda
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.1](https://github.com/andrewscwei/mu/compare/v1.1.0...v1.1.1) (2024-07-08)


### Bug Fixes

* Update install script ([8e7c209](https://github.com/andrewscwei/mu/commit/8e7c209ff262de1534b56ebebb2679ce6d156a81))

# [1.1.0](https://github.com/andrewscwei/mu/compare/v1.0.0...v1.1.0) (2024-07-08)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ From now on you can just run `mu cd <project_key>` to navigate to that project d
Install mu via cURL:

```sh
$ curl -o- https://raw.githubusercontent.com/andrewscwei/mu/v1.1.0/install.sh | bash
$ curl -o- https://raw.githubusercontent.com/andrewscwei/mu/v1.1.1/install.sh | bash
```

## Uninstall
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{ # This ensures the entire script is downloaded

# Config.
VERSION="1.1.0"
VERSION="1.1.1"
SOURCE=https://raw.githubusercontent.com/andrewscwei/mu/v$VERSION/mu.sh

# Colors.
Expand Down
2 changes: 1 addition & 1 deletion mu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{ # This ensures the entire script is downloaded #

# Config.
VERSION="1.1.0"
VERSION="1.1.1"

# Colors.
COLOR_PREFIX="\x1b["
Expand Down

0 comments on commit 0351dda

Please sign in to comment.