Skip to content

Commit 5160a55

Browse files
Switch to version 1.1.0
+ Parse float and big numbers correctly. + Performance improvement when reading the file.
1 parent b976412 commit 5160a55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ configure_file(
4040

4141
project(json-tui
4242
LANGUAGES CXX
43-
VERSION 1.0.3
43+
VERSION 1.1.0
4444
)
4545

4646
add_executable(json-tui

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json-tui
2-
version: "1.0.3"
2+
version: "1.1.0"
33
summary: A json visualizer with a terminal UI.
44
description: A json visualizer with a terminal UI.
55

0 commit comments

Comments
 (0)