Skip to content

Commit

Permalink
Release 30.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Sep 19, 2023
1 parent 2a11f7e commit 81af5e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion npm/package.json
@@ -1,6 +1,6 @@
{
"name": "fx",
"version": "30.0.2",
"version": "30.0.3",
"bin": {
"fx": "index.js"
},
Expand Down
8 changes: 3 additions & 5 deletions snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: fx
version: 30.0.2
version: 30.0.3
summary: Terminal JSON viewer
description: Terminal JSON viewer
base: core20
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,3 +1,3 @@
package main

const version = "30.0.2"
const version = "30.0.3"

0 comments on commit 81af5e8

Please sign in to comment.