Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasVali committed Sep 18, 2021
1 parent cfdf03d commit bd4b973
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v 2.0.3
Fix: Fixed issue where spontaneous default MouseMotionFactory initialization caused exception in headless environments.

## v 2.0.2
Feature: existing FactoryTemplates now allow passing MouseMotionNature as a parameter.
Fix: Fixed issue with FlowUtil that caused modifier to be applied too early for some inputs. (Did not affect runtime, separate tool.)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.joonasvali.naturalmouse</groupId>
<artifactId>naturalmouse</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</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,
Expand Down

0 comments on commit bd4b973

Please sign in to comment.