Skip to content

Commit

Permalink
Merge pull request #211 from poap-xyz/release/v1.12.6
Browse files Browse the repository at this point in the history
Release v1.12.6
  • Loading branch information
jm42 authored Apr 29, 2024
2 parents 06acf67 + 00cc102 commit 0ea932c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netlify/components/Stats.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function Stats({
if (collectors != null && collectors > 0) {
stats.push({
text: String(collectors),
title: `complete collector${collectors === 1 ? '' : 's'}`,
title: `full set collector${collectors === 1 ? '' : 's'}`,
})
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/poap-family",
"version": "1.12.5",
"version": "1.12.6",
"author": {
"name": "POAP",
"url": "https://poap.xyz"
Expand Down

0 comments on commit 0ea932c

Please sign in to comment.