From 0fb59f01a891698c703c8910cca157c70a74d5d0 Mon Sep 17 00:00:00 2001 From: Adam Rubin <76970426+grzleadams@users.noreply.github.com> Date: Thu, 19 May 2022 13:41:25 -0400 Subject: [PATCH] Fix links. (#15) --- README.md | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f7e558c..6f19f6c 100644 --- a/README.md +++ b/README.md @@ -94,5 +94,5 @@ err := greenhouse.UnrejectApplication(&client, ctx, applicationId) ``` ## Links -[Greenhouse Harvest API](https://developers.greenhouse.io/harvest.html#introduction) -[Greenhouse Job Board API](https://developers.greenhouse.io/job-board.html) +- [Greenhouse Harvest API](https://developers.greenhouse.io/harvest.html#introduction) +- [Greenhouse Job Board API](https://developers.greenhouse.io/job-board.html) diff --git a/VERSION b/VERSION index 570c796..e946d6b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.0.2 +v1.0.3