Skip to content

Commit 0d551ee

Browse files
committed
Bump to 0.1.5
1 parent 92a11e6 commit 0d551ee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- 'v*'
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build:
1013
runs-on: ubuntu-latest

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "outray",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "OutRay CLI - Expose your local server to the internet",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)