Skip to content

Commit 2775eac

Browse files
committed
v1.0.1
1 parent ead1fcc commit 2775eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ I found the [Easing Functions](http://easings.net/) made by [Robert Penne](http:
1919
Gradle
2020

2121
```groovy
22-
compile 'com.daimajia.easing:library:1.0.0@aar'
22+
compile 'com.daimajia.easing:library:1.0.1@aar'
2323
```
2424
or maven
2525

2626
```xml
2727
<dependency>
2828
<groupId>com.daimajia.easing</groupId>
2929
<artifactId>library</artifactId>
30-
<version>1.0.0</version>
30+
<version>1.0.1</version>
3131
<type>apklib</type>
3232
</dependency>
3333
```

0 commit comments

Comments
 (0)