Skip to content

Commit af03b42

Browse files
committed
Update version in README.md
1 parent 6ebcd89 commit af03b42

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
@@ -15,13 +15,13 @@ For Maven users:
1515
<dependency>
1616
<groupId>org.msgpack</groupId>
1717
<artifactId>msgpack-core</artifactId>
18-
<version>0.8.0</version>
18+
<version>0.8.1</version>
1919
</dependency>
2020
```
2121

2222
For sbt users:
2323
```
24-
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.8.0"
24+
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.8.1"
2525
```
2626

2727
For gradle users:
@@ -31,7 +31,7 @@ repositories {
3131
}
3232
3333
dependencies {
34-
compile 'org.msgpack:msgpack-core:0.8.0'
34+
compile 'org.msgpack:msgpack-core:0.8.1'
3535
}
3636
```
3737

0 commit comments

Comments
 (0)