diff --git a/README.md b/README.md index 28bf5c9..cb4f41f 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ This GitHub Action will install the latest release of the ### Inputs -| Name | Required | Description | Type | Default | -| --------- | -------- | ------------------------------------------------------- | ------ | ------- | +| Name | Required | Description | Type | Default | +| --------- | -------- | -------------------------------------------------------- | ------ | ------- | | `version` | no | A valid semver specification for the version to install. | string | * | diff --git a/package.json b/package.json index 2e44073..5654b9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-just", - "version": "0.1.0", + "version": "1.0.0", "description": "Install the just command runner", "main": "dist/index.js", "scripts": {