Browse Source

Setting up new release

Jhonny Mertz 7 years ago
parent
commit
7749ecb257
1 changed files with 2 additions and 7 deletions
  1. 2 7
      README.md

+ 2 - 7
README.md

@@ -22,7 +22,7 @@ In your `build.gradle`:
 	}
 	}
 	
 	
 	dependencies {
 	dependencies {
-		compile 'com.github.jhonnymertz:java-wkhtmltopdf-wrapper:1.1.1-RELEASE'
+		compile 'com.github.jhonnymertz:java-wkhtmltopdf-wrapper:1.1.2-RELEASE'
 	}
 	}
 ```
 ```
 
 
@@ -33,7 +33,7 @@ In your `pom.xml`:
 		<dependency>
 		<dependency>
 			<groupId>com.github.jhonnymertz</groupId>
 			<groupId>com.github.jhonnymertz</groupId>
 			<artifactId>java-wkhtmltopdf-wrapper</artifactId>
 			<artifactId>java-wkhtmltopdf-wrapper</artifactId>
-			<version>1.1.1-RELEASE</version>
+			<version>1.1.2-RELEASE</version>
 		</dependency>
 		</dependency>
 	</dependencies>
 	</dependencies>
 
 
@@ -83,11 +83,6 @@ pdf.addPageFromUrl("http://www.google.com");
 pdf.saveAs("output.pdf");
 pdf.saveAs("output.pdf");
 ```
 ```
 
 
-Snapshots
----------
-
-Snapshots built from the `master` branch are available through jitpack using version `1.2.0-SNAPSHOT`
-
 License
 License
 ------------
 ------------
 This project is available under MIT Licence.
 This project is available under MIT Licence.