Release 30.0.3

pull/268/head 30.0.3
Anton Medvedev 8 months ago
parent 2a11f7e07e
commit 81af5e8a23
No known key found for this signature in database

@ -1,6 +1,6 @@
{
"name": "fx",
"version": "30.0.2",
"version": "30.0.3",
"bin": {
"fx": "index.js"
},

@ -1,5 +1,5 @@
name: fx
version: 30.0.2
version: 30.0.3
summary: Terminal JSON viewer
description: Terminal JSON viewer
base: core20
@ -11,17 +11,15 @@ architectures:
- build-on: arm64
plugs:
home:
dot-fxrc-js:
interface: personal-files
read:
- $HOME/.fxrc.js
network:
interface: network
apps:
fx:
command: bin/fx
plugs: [ home, network ]
plugs: [ dot-fxrc-js, home, network ]
parts:
fx:

@ -1,3 +1,3 @@
package main
const version = "30.0.2"
const version = "30.0.3"

Loading…
Cancel
Save