Skip to content

Commit 801a31f

Browse files
committed
package.json:gnostr-proxy:v0.0.8
1 parent f60cc07 commit 801a31f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gnostr-proxy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ then
3939
fi
4040
if [[ $ARG == "-v" ]];
4141
then
42-
printf "v0.0.0"; exit
42+
printf "v0.0.8"; exit
4343
fi
4444
if [[ $ARG == "--version" ]];
4545
then
46-
printf "v0.0.0"; exit
46+
printf "v0.0.8"; exit
4747
fi
4848

4949

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gnostr-proxy",
3-
"version": "0.0.5",
3+
"version": "0.0.8",
44
"private": true,
55
"scripts": {
66
"dev": "node ace serve --watch",

0 commit comments

Comments
 (0)