feat(v4.2.1): version

This commit is contained in:
diced
2025-07-28 12:21:26 -07:00
parent 91a2c05d3b
commit ac08f4f797
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
in
{
devShells.default = pkgs.mkShell {
name = "zipline-dev";
name = "zipline";
buildInputs = [
nodejs

View File

@@ -2,7 +2,7 @@
"name": "zipline",
"private": true,
"license": "MIT",
"version": "4.2.0",
"version": "4.2.1",
"scripts": {
"build": "cross-env pnpm run --stream \"/^build:.*/\"",
"build:prisma": "prisma generate --no-hints",