Skip to content

Commit 180e206

Browse files
chore(release): 1.1.1 [skip ci]
## [1.1.1](v1.1.0...v1.1.1) (2021-10-30) ### Bug Fixes * Extra spacing in touch prompt ([9df40d8](9df40d8))
1 parent 9df40d8 commit 180e206

File tree

7 files changed

+8
-1
lines changed

7 files changed

+8
-1
lines changed

bin/cloudstate-cli-darwin-amd64

0 Bytes
Binary file not shown.

bin/cloudstate-cli-linux-386

0 Bytes
Binary file not shown.

bin/cloudstate-cli-linux-amd64

0 Bytes
Binary file not shown.

bin/cloudstate-cli-windows-386.exe

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.1](https://github.com/usecloudstate/cli/compare/v1.1.0...v1.1.1) (2021-10-30)
2+
3+
4+
### Bug Fixes
5+
6+
* Extra spacing in touch prompt ([9df40d8](https://github.com/usecloudstate/cli/commit/9df40d83b5c199da4a1791ae8dbeece1d0a917c5))
7+
18
# [1.1.0](https://github.com/usecloudstate/cli/compare/v1.0.12...v1.1.0) (2021-10-30)
29

310

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
mkdir -p cloudstate/bin
5050
cd cloudstate/bin
5151
52-
URL="https://github.com/usecloudstate/cli/releases/download/v1.1.0/cloudstate-cli-\$OS-\$ARCH"
52+
URL="https://github.com/usecloudstate/cli/releases/download/v1.1.1/cloudstate-cli-\$OS-\$ARCH"
5353
5454
echo "Installing CLI from \$URL"
5555
if [ \$(command -v curl) ]; then

0 commit comments

Comments
 (0)