Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2021-10-30)

### Bug Fixes

* Extra spacing in touch prompt ([9df40d8](9df40d8))
  • Loading branch information
semantic-release-bot committed Oct 30, 2021
1 parent 9df40d8 commit 180e206
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
Binary file modified bin/cloudstate-cli-darwin-amd64
Binary file not shown.
Binary file modified bin/cloudstate-cli-linux-386
Binary file not shown.
Binary file modified bin/cloudstate-cli-linux-amd64
Binary file not shown.
Binary file modified bin/cloudstate-cli-windows-386.exe
Binary file not shown.
Binary file modified bin/cloudstate-cli-windows-amd64.exe
Binary file not shown.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.1](https://github.com/usecloudstate/cli/compare/v1.1.0...v1.1.1) (2021-10-30)


### Bug Fixes

* Extra spacing in touch prompt ([9df40d8](https://github.com/usecloudstate/cli/commit/9df40d83b5c199da4a1791ae8dbeece1d0a917c5))

# [1.1.0](https://github.com/usecloudstate/cli/compare/v1.0.12...v1.1.0) (2021-10-30)


Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
mkdir -p cloudstate/bin
cd cloudstate/bin
URL="https://github.com/usecloudstate/cli/releases/download/v1.1.0/cloudstate-cli-\$OS-\$ARCH"
URL="https://github.com/usecloudstate/cli/releases/download/v1.1.1/cloudstate-cli-\$OS-\$ARCH"
echo "Installing CLI from \$URL"
if [ \$(command -v curl) ]; then
Expand Down

0 comments on commit 180e206

Please sign in to comment.