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", "name": "fx",
"version": "30.0.2", "version": "30.0.3",
"bin": { "bin": {
"fx": "index.js" "fx": "index.js"
}, },

View File

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

View File

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