2 Commits
0.2.1 ... 0.2.2

Author SHA1 Message Date
21304533f9 Update package version to 0.2.2 2021-10-26 11:58:13 -05:00
c3395683db web: Update favicon. 2021-10-26 11:57:49 -05:00
6 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
.terraform .terraform
node_modules node_modules
/web/dist /web/dist
/dist
# local env files # local env files
.env.local .env.local

View File

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

View File

@ -1 +1 @@
const HFF_ENTRY_FORMS_API_VERSION* = "0.2.1" const HFF_ENTRY_FORMS_API_VERSION* = "0.2.2"

2
web/package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "hff-entry-form-web", "name": "hff-entry-form-web",
"version": "0.2.1", "version": "0.2.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 16 KiB