Skip to content

Commit ac08f4f

Browse files
committed
feat(v4.2.1): version
1 parent 91a2c05 commit ac08f4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
in
3030
{
3131
devShells.default = pkgs.mkShell {
32-
name = "zipline-dev";
32+
name = "zipline";
3333

3434
buildInputs = [
3535
nodejs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "zipline",
33
"private": true,
44
"license": "MIT",
5-
"version": "4.2.0",
5+
"version": "4.2.1",
66
"scripts": {
77
"build": "cross-env pnpm run --stream \"/^build:.*/\"",
88
"build:prisma": "prisma generate --no-hints",

0 commit comments

Comments
 (0)