Update package version to 0.3.3-rc1

This commit is contained in:
Jonathan Bernard 2024-08-12 17:31:52 -05:00
parent 7992691d94
commit dedcf3bb70
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "0.3.2"
version = "0.3.3-rc1"
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.2"
const HFF_ENTRY_FORMS_API_VERSION* = "0.3.3-rc1"

2
web/package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "hff-entry-form-web",
"version": "0.3.2",
"version": "0.3.3-rc1",
"lockfileVersion": 1,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "hff-entry-form-web",
"version": "0.3.2",
"version": "0.3.3-rc1",
"private": true,
"scripts": {
"serve": "npx servor dist",