feat: bump version (#150)

This commit is contained in:
DecDuck
2025-08-01 14:02:44 +10:00
committed by GitHub
parent 72c972a2a7
commit 7d9525084d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "drop", "name": "drop",
"version": "0.3.0", "version": "0.3.1",
"private": true, "private": true,
"type": "module", "type": "module",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",

View File

@ -1 +1 @@
export const DROP_VERSION = "0.3.0"; export const DROP_VERSION = "0.3.1";