We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e82a9 commit 9c9d7adCopy full SHA for 9c9d7ad
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.3.1
2
+* Javadoc updates
3
+
4
## 0.3.0
5
* Security upgrade of puppycrawl
6
* Add param for headers to requests() and upload()
README.md
@@ -19,7 +19,7 @@ Add this dependency to your project's POM:
19
<dependency>
20
<groupId>com.jwplayer</groupId>
21
<artifactId>jwplatform</artifactId>
22
- <version>0.3.0</version>
+ <version>0.3.1</version>
23
</dependency>
24
```
25
pom.xml
@@ -6,7 +6,7 @@
7
8
9
10
<packaging>jar</packaging>
11
12
<name>JWPlatform-Java</name>
0 commit comments