From ba876c7e3407f27dfba05d586efa31c2623fae9b Mon Sep 17 00:00:00 2001 From: Endolf Date: Fri, 1 Jun 2018 17:06:16 +0100 Subject: [PATCH] Website updates --- docs/_config.yml | 3 +-- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 126692e..06f35d3 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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 diff --git a/docs/index.md b/docs/index.md index 5cf36c6..bc4d958 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,7 +29,7 @@ Include dependency in your project: net.java.jinput jinput - {{ jinput_version }} + 2.0.9 pom ```