Skip to content

Commit aeda5c4

Browse files
committed
release v0.1.7
1 parent 035be5b commit aeda5c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

npm/bin/pcr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
exec "$(dirname "$0")/../lib/pcr-bin" "$@"
2+
exec "$(cd "$(dirname "$(readlink -f "$0" 2>/dev/null || realpath "$0" 2>/dev/null || echo "$0")")" && pwd)/../lib/pcr-bin" "$@"

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pcr-dev",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "PCR.dev CLI — capture AI coding prompts for peer review",
55
"bin": {
66
"pcr": "bin/pcr"

0 commit comments

Comments
 (0)