From 2d295f385f61098356cf6c3efbdad5f417432707 Mon Sep 17 00:00:00 2001 From: Ross MacArthur Date: Sat, 2 May 2020 22:26:07 +0200 Subject: [PATCH] This is v1.0.0 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {