Skip to content

Commit

Permalink
Update version info in advance of new release
Browse files Browse the repository at this point in the history
README.md         | 2 +-
package-lock.json | 2 +-
package.json      | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
  • Loading branch information
matootie committed Nov 19, 2019
1 parent 8c0ccdc commit caca0e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Fetches the latest kubeconfig for your DigitalOcean Kubernetes Cluster using Dig

```yaml
- name: Set up kubectl
uses: matootie/dokube@v1.1.1
uses: matootie/dokube@v1.1.2
with:
personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }}
clusterName: my-fabulous-cluster
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dokube",
"version": "1.0.0",
"version": "1.1.2",
"description": "Use DigitalOcean Kubernetes in GitHub Actions",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit caca0e3

Please sign in to comment.