Website updates

This commit is contained in:
Endolf 2018-06-01 17:06:16 +01:00
parent abceb81d56
commit ba876c7e34
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,5 @@
title: JInput
description: Library for access to input devices.
description: Java library for access to input devices.
show_downloads: true
jinput_version: 2.0.9
google_analytics:
theme: jekyll-theme-architect

View file

@ -29,7 +29,7 @@ Include dependency in your project:
<dependency>
<groupId>net.java.jinput</groupId>
<artifactId>jinput</artifactId>
<version> {{ jinput_version }} </version>
<version>2.0.9</version>
<type>pom</type>
</dependency>
```