Skip to content

Commit b142de5

Browse files
committed
Update release version after publishing to maven central
1 parent 69b7410 commit b142de5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ Screenshots
1919
Download
2020
--------
2121

22-
Download the project, compile it using ``mvn clean install`` import ``buttonmenu-1.0.7.jar`` into your project.
22+
Download the project, compile it using ``mvn clean install`` import ``buttonmenu-1.0.8.jar`` into your project.
2323

2424
Or declare it into your pom.xml
2525

2626
```xml
2727
<dependency>
2828
<groupId>com.tuenti.buttonmenu</groupId>
2929
<artifactId>library</artifactId>
30-
<version>1.0.7</version>
30+
<version>1.0.8</version>
3131
</dependency>
3232
```
3333

3434

3535
Or into your build.gradle
3636
```groovy
3737
dependencies{
38-
compile 'com.tuenti.buttonmenu:library:1.0.7'
38+
compile 'com.tuenti.buttonmenu:library:1.0.8'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)