We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377d305 commit 7ba8f92Copy full SHA for 7ba8f92
npm/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fx",
3
- "version": "39.0.3",
+ "version": "39.0.4",
4
"bin": {
5
"fx": "index.js"
6
},
snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: fx
-version: 39.0.3
+version: 39.0.4
summary: Terminal JSON viewer
description: Terminal JSON viewer
base: core20
version.go
@@ -1,3 +1,3 @@
package main
-const version = "39.0.3"
+const version = "39.0.4"
0 commit comments