Skip to content

Commit

Permalink
Update version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Oct 19, 2022
1 parent 59a4eae commit 7426ca0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2021 Giorgio Garofalo
Copyright 2021-2022 Giorgio Garofalo

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Maven:
<dependency>
<groupId>eu.iamgio</groupId>
<artifactId>animated</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
```

Expand All @@ -30,7 +30,7 @@ allprojects {
}
}
dependencies {
implementation 'eu.iamgio:animated:0.6.0'
implementation 'eu.iamgio:animated:0.6.1'
}
```
<br/>
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>eu.iamgio</groupId>
<artifactId>animated</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>

<name>animated</name>
<description>Implicit animations for JavaFX.</description>
Expand Down

0 comments on commit 7426ca0

Please sign in to comment.