1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-06 22:32:54 +02:00

parser version bump

This commit is contained in:
Kelly Brazil
2022-09-28 14:56:37 -07:00
parent 690603bfda
commit 0dd4b5f620
3 changed files with 3 additions and 3 deletions

View File

@ -223,4 +223,4 @@ Returns:
### Parser Information
Compatibility: linux
Version 1.0 by Kelly Brazil (kellyjonbrazil@gmail.com)
Version 1.1 by Kelly Brazil (kellyjonbrazil@gmail.com)

View File

@ -202,7 +202,7 @@ import jc.utils
class info():
"""Provides parser metadata (version, author, etc.)"""
version = '1.0'
version = '1.1'
description = '`/proc/<pid>/stat` file parser'
author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com'

View File

@ -1,4 +1,4 @@
.TH jc 1 2022-09-26 1.22.0 "JSON Convert"
.TH jc 1 2022-09-28 1.22.0 "JSON Convert"
.SH NAME
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings
.SH SYNOPSIS