Prep release version 1.0.2
This commit is contained in:
parent
f32f386b68
commit
55e9e6eaf5
|
@ -0,0 +1,8 @@
|
|||
## v 1.0.2
|
||||
|
||||
Feature: Added some missing logging
|
||||
Feature: Added automatic module name for Java9+
|
||||
|
||||
## v 1.0.1
|
||||
|
||||
Feature: Initial version released
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>com.github.joonasvali.naturalmouse</groupId>
|
||||
<artifactId>naturalmouse</artifactId>
|
||||
<version>1.0.2-SNAPSHOT</version>
|
||||
<version>1.0.2</version>
|
||||
<name>Natural Mouse Motion</name>
|
||||
<url>https://github.com/JoonasVali/NaturalMouseMotion</url>
|
||||
<description>This library provides a way to move cursor to specified coordinates on screen reliably,
|
||||
|
|
Loading…
Reference in New Issue