diff --git a/README.md b/README.md index 4c74834..8510463 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,13 @@ Building SWI-Prolog v7.7.20+ requires cmake version 3.5 or later. ### Install script -To install or update swivm, you can use the [install script](https://github.com/fnogatz/swivm/blob/v1.1.3/install.sh) using cURL: +To install or update swivm, you can use the [install script](https://github.com/fnogatz/swivm/blob/v1.1.4/install.sh) using cURL: - curl -o- https://raw.githubusercontent.com/fnogatz/swivm/v1.1.3/install.sh | bash + curl -o- https://raw.githubusercontent.com/fnogatz/swivm/v1.1.4/install.sh | bash or Wget: - wget -qO- https://raw.githubusercontent.com/fnogatz/swivm/v1.1.3/install.sh | bash + wget -qO- https://raw.githubusercontent.com/fnogatz/swivm/v1.1.4/install.sh | bash The script clones the swivm repository to `~/.swivm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc` or `~/.profile`). diff --git a/install.sh b/install.sh index e3a20a9..5276d7c 100755 --- a/install.sh +++ b/install.sh @@ -11,7 +11,7 @@ if [ -z "$SWIVM_DIR" ]; then fi swivm_latest_version() { - echo "v1.1.3" + echo "v1.1.4" } # diff --git a/package.json b/package.json index aec576f..46ab9c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swivm", - "version": "1.1.3", + "version": "1.1.4", "description": "SWI-Prolog Version Manager - Bash script to manage multiple active SWI-Prolog versions", "scripts": {}, "repository": { diff --git a/swivm.sh b/swivm.sh index 1bdde97..66e9770 100755 --- a/swivm.sh +++ b/swivm.sh @@ -1993,7 +1993,7 @@ swivm() { swivm_remote_version "${1}" ;; "--version" ) - echo "1.1.3" + echo "1.1.4" ;; "unload") swivm deactivate >/dev/null 2>&1