chore: release v0.4.28
Some checks are pending
Release / release (push) Waiting to run

This commit is contained in:
ayo 2026-04-03 15:55:19 +02:00
parent cd5a224a82
commit f114982a4c

View file

@ -1,6 +1,6 @@
{
"name": "@ayo-run/mnswpr",
"version": "0.4.27",
"version": "0.4.28",
"description": "Classic Minesweeper browser game",
"author": "Ayo",
"type": "module",
@ -27,7 +27,9 @@
},
"files": [
"./*",
"./dist"
"./dist",
"../README.md",
"../LICENSE"
],
"license": "BSD-2-Clause"
}