Release 30.0.3

This commit is contained in:
Anton Medvedev 2023-09-19 21:46:03 +02:00
parent 2a11f7e07e
commit 81af5e8a23
No known key found for this signature in database
3 changed files with 5 additions and 7 deletions

View File

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

View File

@ -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:

View File

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