Skip to content

Commit

Permalink
Add Vasu and Mudit as contributors.
Browse files Browse the repository at this point in the history
  • Loading branch information
litan committed Nov 20, 2023
1 parent 2a9290f commit d81e74b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/main/scala/net/kogics/kojo/lite/AppMenu.scala
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,8 @@ trait AppMenu {
<li>Guillermo Ovejero</li>
<li>Alberto R.R. Manzanares</li>
<li>Anay Kamat</li>
<li>Vasu Sethia</li>
<li>Mudit Pant</li>
</ul>
<strong>Kojo</strong> is licensed under The GNU General Public License (GPL). The full text of the GPL is available at: http://www.gnu.org/licenses/gpl.html<br/><br/>
Kojo runs on the Java Platform.<br/><br/>
Expand Down
4 changes: 2 additions & 2 deletions src/main/scala/net/kogics/kojo/lite/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package net.kogics.kojo.lite
object Versions {
val KojoMajorVersion = "2.9"
val KojoVersion = "2.9.27"
val KojoRevision = "r2"
val KojoBuildDate = "19 Nov 2023"
val KojoRevision = "r3"
val KojoBuildDate = "20 Nov 2023"
val JavaVersion = {
val jrv = System.getProperty("java.runtime.version")
val arch = System.getProperty("os.arch")
Expand Down

0 comments on commit d81e74b

Please sign in to comment.