Skip to content

Commit

Permalink
Release Tag 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swhelan091 committed Mar 26, 2020
1 parent 2194cc6 commit e79bad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.jwplayer</groupId>
<artifactId>jwplatform</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
<limit implementation="org.jacoco.report.check.Limit">
<counter>COMPLEXITY</counter>
<value>COVEREDRATIO</value>
<minimum>0.90</minimum>
<minimum>0.85</minimum>
</limit>
</limits>
</rule>
Expand Down

0 comments on commit e79bad3

Please sign in to comment.