Skip to content

Commit 8b67a16

Browse files
committed
Bump version
1 parent dc87c0c commit 8b67a16

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add the following dependency to your pom.xml:
1010
<dependency>
1111
<groupId>com.cloudconvert</groupId>
1212
<artifactId>cloudconvert-java</artifactId>
13-
<version>1.0</version>
13+
<version>1.0.2</version>
1414
</dependency>
1515
```
1616

pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.cloudconvert</groupId>
99
<artifactId>cloudconvert-java</artifactId>
10-
<version>1.0.1</version>
10+
<version>1.0.2</version>
1111

1212
<name>cloudconvert-java</name>
1313
<description>CloudConvert is an online file converter API - more than 200 different audio, video, document, ebook, archive, image, spreadsheet and presentation formats supported.</description>
@@ -263,10 +263,7 @@
263263
</execution>
264264
</executions>
265265
<configuration>
266-
<gpgArguments>
267-
<arg>--pinentry-mode</arg>
268-
<arg>loopback</arg>
269-
</gpgArguments>
266+
270267
</configuration>
271268
</plugin>
272269
</plugins>

0 commit comments

Comments
 (0)