Skip to content

Commit dd9bfa2

Browse files
committed
chore: update version to v0.1.7 in package.json, install.sh, and uninstall.sh
1 parent 4333173 commit dd9bfa2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qmanager",
3-
"version": "v0.1.5",
3+
"version": "v0.1.7",
44
"private": true,
55
"scripts": {
66
"dev": "bun --bun next dev",

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set -e
3434

3535
# --- Configuration -----------------------------------------------------------
3636

37-
VERSION="v0.1.6"
37+
VERSION="v0.1.7"
3838
INSTALL_DIR="$(cd "$(dirname "$0")" && pwd)"
3939

4040
# Destinations

scripts/uninstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ set -e
3131

3232
# --- Configuration -----------------------------------------------------------
3333

34-
VERSION="v0.1.6"
34+
VERSION="v0.1.7"
3535

3636
# Paths
3737
WWW_ROOT="/www"

0 commit comments

Comments
 (0)