Skip to content

Commit

Permalink
Merge pull request #222 from semaphoreci/new-spc-release
Browse files Browse the repository at this point in the history
Bump SPC to v1.4.0
  • Loading branch information
shiroyasha authored Mar 29, 2021
2 parents a6c30da + 1ffd097 commit f3188d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

ARTIFACT_CLI_VERSION="v0.4.4"
WHEN_CLI_VERSION="v1.0.5"
SPC_CLI_VERSION="v1.3.0"
SPC_CLI_VERSION="v1.4.0"

ARTIFACT_CLI_URL="https://github.com/semaphoreci/artifact/releases/download/$ARTIFACT_CLI_VERSION"
SPC_CLI_URL="https://github.com/semaphoreci/spc/releases/download/$SPC_CLI_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion tests/autocache/php/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "test",
"name": "test/test",
"type": "project",
"description": "test",
"keywords": [
Expand Down

0 comments on commit f3188d5

Please sign in to comment.