This is v1.0.0

This commit is contained in:
Ross MacArthur
2020-05-02 22:26:07 +02:00
parent 67f8c687ee
commit 2d295f385f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 | * |
+1 -1
View File
@@ -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": {