Minor updates to Makefile to better support multiple environment targets.

This commit is contained in:
2021-11-16 07:04:31 -06:00
parent 219796f9e2
commit 955f83b8ad
5 changed files with 14 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
# Package
version = "0.3.0"
version = "0.3.1"
author = "Jonathan Bernard"
description = "Hope Family Fellowship entry forms."
license = "GPL-3.0-or-later"

View File

@@ -1 +1 @@
const HFF_ENTRY_FORMS_API_VERSION* = "0.3.0"
const HFF_ENTRY_FORMS_API_VERSION* = "0.3.1"