Skip to content

Commit

Permalink
chore: Release v1.1.2 [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 f1729de commit be11e21
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.2](https://github.com/andrewscwei/mu/compare/v1.1.1...v1.1.2) (2024-07-08)


### Bug Fixes

* Untag ([f1729de](https://github.com/andrewscwei/mu/commit/f1729deae566fb85b13dd177a15eedf0a96a4a95))

## [1.1.1](https://github.com/andrewscwei/mu/compare/v1.1.0...v1.1.1) (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.1/install.sh | bash
$ curl -o- https://raw.githubusercontent.com/andrewscwei/mu/v1.1.2/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.1"
VERSION="1.1.2"
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.1"
VERSION="1.1.2"

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

0 comments on commit be11e21

Please sign in to comment.