Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filippsen committed Mar 24, 2021
1 parent 6368d49 commit ae939df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Space - Change log

## [current]
## [1.5.0 - 2021-03-24]

* Improve readability of the help text

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Space | [![build status](https://github.com/space-sh/space/actions/workflows/main.yml/badge.svg)](https://github.com/space-sh/space/commits/master) [![latest stable version](https://img.shields.io/badge/latest%20stable-1.4.0-blue.svg?style=flat)](https://github.com/space-sh/space/releases/tag/1.4.0) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/blockie-org/space.sh)
# Space | [![build status](https://github.com/space-sh/space/actions/workflows/main.yml/badge.svg)](https://github.com/space-sh/space/commits/master) [![latest stable version](https://img.shields.io/badge/latest%20stable-1.5.0-blue.svg?style=flat)](https://github.com/space-sh/space/releases/tag/1.5.0) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/blockie-org/space.sh)

![Space.sh](https://space.sh/static/img/logo.png)

Expand Down Expand Up @@ -46,7 +46,7 @@ Download, extract and install the latest stable version of _Space_:

```
mkdir space
curl https://space.sh/static/download/space-1.4.0/space-1.4.0.tar.gz | tar xvfz - -C ./space && cd ./space && ./space /install/
curl https://space.sh/static/download/space-1.5.0/space-1.5.0.tar.gz | tar xvfz - -C ./space && cd ./space && ./space /install/
```
Note: this exact method does not check for the integrity of the downloaded .tar.gz file. It is possible to do so while still performing a manual install, please refer to the [install documentation](manuals/install.md).

Expand Down
2 changes: 1 addition & 1 deletion space
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ set -o nounset
#

# Version
readonly _VERSION="1.4.0"
readonly _VERSION="1.5.0"
# Find absolute path to bash binary
if command -v bash >/dev/null; then
readonly _BASHBIN=$(command -v bash)
Expand Down
2 changes: 1 addition & 1 deletion tools/installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Definitions
_current_directory="$PWD"
_program_name="space"
_version="1.4.0"
_version="1.5.0"
_package_base="${_program_name}-${_version}"
_package_name="${_package_base}.tar.gz"
_package_sha1='6ba96d4e10696e89ba2da41e522636fb089ed26a'
Expand Down

0 comments on commit ae939df

Please sign in to comment.