Skip to content

Commit 017481c

Browse files
committed
6.60.1
1 parent 0e007dc commit 017481c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/node-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
1214
strategy:
1315
matrix:
1416
node-version: [18.x, 20.x, 22.x]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wickrio-broadcast-bot",
3-
"version": "6.60",
3+
"version": "6.60.1",
44
"description": "WickrIO Broadcast Bot",
55
"main": "./build/broadcast-bot.js",
66
"author": "Paul Cushman",

0 commit comments

Comments
 (0)