Skip to content

Commit 81af5e8

Browse files
committed
Release 30.0.3
1 parent 2a11f7e commit 81af5e8

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fx",
3-
"version": "30.0.2",
3+
"version": "30.0.3",
44
"bin": {
55
"fx": "index.js"
66
},

snap/snapcraft.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fx
2-
version: 30.0.2
2+
version: 30.0.3
33
summary: Terminal JSON viewer
44
description: Terminal JSON viewer
55
base: core20
@@ -11,17 +11,15 @@ architectures:
1111
- build-on: arm64
1212

1313
plugs:
14-
home:
14+
dot-fxrc-js:
1515
interface: personal-files
1616
read:
1717
- $HOME/.fxrc.js
18-
network:
19-
interface: network
2018

2119
apps:
2220
fx:
2321
command: bin/fx
24-
plugs: [ home, network ]
22+
plugs: [ dot-fxrc-js, home, network ]
2523

2624
parts:
2725
fx:

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
const version = "30.0.2"
3+
const version = "30.0.3"

0 commit comments

Comments
 (0)