Sfoglia il codice sorgente

new release version

Jhonny Mertz 7 anni fa
parent
commit
d1c897bcba
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -22,7 +22,7 @@ In your `build.gradle`:
 	}
 	
 	dependencies {
-		compile 'com.github.jhonnymertz:java-wkhtmltopdf-wrapper:1.1.2-RELEASE'
+		compile 'com.github.jhonnymertz:java-wkhtmltopdf-wrapper:1.1.3-RELEASE'
 	}
 ```
 
@@ -33,7 +33,7 @@ In your `pom.xml`:
 		<dependency>
 			<groupId>com.github.jhonnymertz</groupId>
 			<artifactId>java-wkhtmltopdf-wrapper</artifactId>
-			<version>1.1.2-RELEASE</version>
+			<version>1.1.3-RELEASE</version>
 		</dependency>
 	</dependencies>