Skip to content

Commit

Permalink
Update version in readme and package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Radu M <[email protected]>
  • Loading branch information
Radu M committed May 22, 2020
1 parent b36da88 commit 4e17476
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: engineerd/setup-kind@v0.3.0
- uses: engineerd/setup-kind@v0.4.0
- name: Testing
run: |
kubectl cluster-info
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: engineerd/setup-kind@v0.3.0
- uses: engineerd/setup-kind@v0.4.0
with:
version: "v0.7.0"
- name: Testing
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-kind",
"version": "0.1.0",
"version": "0.4.0",
"private": true,
"description": "GitHub Action to setup KinD (Kubernetes in Docker)",
"main": "lib/main.js",
Expand Down Expand Up @@ -33,4 +33,4 @@
"@types/node": "^12.0.4",
"typescript": "^3.5.1"
}
}
}

0 comments on commit 4e17476

Please sign in to comment.