We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119be9d commit 5526d1cCopy full SHA for 5526d1c
README.md
@@ -17,13 +17,13 @@ For Maven users:
17
<dependency>
18
<groupId>org.msgpack</groupId>
19
<artifactId>msgpack-core</artifactId>
20
- <version>0.7.0-p5</version>
+ <version>0.7.0-p7</version>
21
</dependency>
22
```
23
24
For sbt users:
25
26
-libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-p5"
+libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-p7"
27
28
29
- [Usage examples](msgpack-core/src/main/java/org/msgpack/core/example/MessagePackExample.java)
RELEASE_NOTES.md
@@ -1,5 +1,8 @@
1
# Release Notes
2
3
+* 2015-02-16 0.7.0-p7
4
+ * Google App Engine (GAE) support
5
+
6
* 2015-02-11 0.7.0-p6
7
* Add MessagePacker.getTotalWrittenBytes()
8
0 commit comments