Skip to content

Commit 9c9d7ad

Browse files
committed
Tag release 0.3.1
1 parent 29e82a9 commit 9c9d7ad

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.3.1
2+
* Javadoc updates
3+
14
## 0.3.0
25
* Security upgrade of puppycrawl
36
* Add param for headers to requests() and upload()

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add this dependency to your project's POM:
1919
<dependency>
2020
<groupId>com.jwplayer</groupId>
2121
<artifactId>jwplatform</artifactId>
22-
<version>0.3.0</version>
22+
<version>0.3.1</version>
2323
</dependency>
2424
```
2525

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.jwplayer</groupId>
88
<artifactId>jwplatform</artifactId>
9-
<version>0.3.0</version>
9+
<version>0.3.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>JWPlatform-Java</name>

0 commit comments

Comments
 (0)