Skip to content

Commit eb0f172

Browse files
committed
Release v0.4.0
1 parent db94933 commit eb0f172

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 0.4.0 [September 27, 2016]
2+
* Added support for prince_options[no_parallel_downloads]
3+
14
### 0.3.0 [March 12, 2016]
25
* Added support for prince_options[debug]
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ After the client libarary is installed/deployed, you can use it in your Maven pr
2323
<dependency>
2424
<groupId>com.docraptor</groupId>
2525
<artifactId>docraptor</artifactId>
26-
<version>0.3.0</version>
26+
<version>0.4.0</version>
2727
</dependency>
2828
```
2929

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.docraptor'
2-
version = '0.3.0'
2+
version = '0.4.0'
33

44
buildscript {
55
repositories {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>docraptor</artifactId>
66
<packaging>jar</packaging>
77
<name>docraptor</name>
8-
<version>0.3.0</version>
8+
<version>0.4.0</version>
99
<url>https://github.com/DocRaptor/docraptor-java</url>
1010
<description>A native client library for the DocRaptor HTML to PDF/XLS service.</description>
1111

swagger-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"apiPackage": "com.docraptor",
55
"groupId": "com.docraptor",
66
"artifactId": "docraptor",
7-
"artifactVersion": "0.3.0"
7+
"artifactVersion": "0.4.0"
88
}

0 commit comments

Comments
 (0)