1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

version bump and ack to philippeitis

This commit is contained in:
Kelly Brazil
2020-03-04 16:11:14 -08:00
parent a0757b2dd3
commit 5f798d603e

View File

@ -44,10 +44,11 @@ import jc
class info(): class info():
version = '1.1' version = '1.2'
description = 'history command parser' description = 'history command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'
details = 'Optimizations by https://github.com/philippeitis'
# compatible options: linux, darwin, cygwin, win32, aix, freebsd # compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['linux', 'darwin', 'cygwin', 'aix', 'freebsd'] compatible = ['linux', 'darwin', 'cygwin', 'aix', 'freebsd']