Update copyright
authorKevin Lamonte <kevin.lamonte@gmail.com>
Fri, 15 Feb 2019 03:17:16 +0000 (21:17 -0600)
committerKevin Lamonte <kevin.lamonte@gmail.com>
Fri, 15 Feb 2019 03:17:16 +0000 (21:17 -0600)
LICENSE
build.xml
pom.xml

diff --git a/LICENSE b/LICENSE
index 5f13f7a31da8db8c50f2c64eda52630afd2e255f..7b02f565b914ab36a5333bf7196dc9b2f11a9556 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 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
index 4e7abb8a8d0662376fde4e2187879ec3b5d3150b..62af93a7d979cb8e84f709c9632a2599e73319b0 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -4,7 +4,7 @@
 
    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
@@ -30,7 +30,7 @@
 
 <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 &#169; 2017 Kevin Lamonte. Licensed MIT.</i>]]>
+        <![CDATA[<i>Copyright &#169; 2019 Kevin Lamonte. Licensed MIT.</i>]]>
       </bottom>
       <!--
           <tag name="todo" scope="all" description="To do:"/>
diff --git a/pom.xml b/pom.xml
index 524c4aa53a04eb8c89a38179133e5d8dac85a8eb..283aaff89bc89c3654d14cd7dee9f443f82ad828 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
   <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>