The MIT License (MIT)
-Copyright (c) 2013-2017 Kevin Lamonte
+Copyright (c) 2013-2019 Kevin Lamonte
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
The MIT License (MIT)
- Copyright (C) 2017 Kevin Lamonte
+ Copyright (C) 2019 Kevin Lamonte
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
<project name="jexer" basedir="." default="jar">
- <property name="version" value="0.0.6"/>
+ <property name="version" value="0.3.0"/>
<property name="src.dir" value="src"/>
<property name="resources.dir" value="resources"/>
<property name="build.dir" value="build"/>
<![CDATA[<h1>Jexer - Java Text User Interface Library</h1>]]>
</doctitle>
<bottom>
- <![CDATA[<i>Copyright © 2017 Kevin Lamonte. Licensed MIT.</i>]]>
+ <![CDATA[<i>Copyright © 2019 Kevin Lamonte. Licensed MIT.</i>]]>
</bottom>
<!--
<tag name="todo" scope="all" description="To do:"/>
<packaging>jar</packaging>
<name>Jexer</name>
<description>Java Text User Interface library that resembles Turbo Vision</description>
- <version>0.0.6</version>
+ <version>0.3.0</version>
<url>https://gitlab.com/klamonte/jexer</url>
<licenses>