Browse Source

Update README.md

Jhonny Mertz 8 years ago
parent
commit
cdbf4afe1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -22,7 +22,7 @@ In your `build.gradle`:
 	}
 	}
 	
 	
 	dependencies {
 	dependencies {
-		compile 'com.github.jhonnymertz:java-wkhtmltopdf-wrapper:1.0.0-RELEASE'
+		compile 'com.github.jhonnymertz:java-wkhtmltopdf-wrapper:1.0.1-RELEASE'
 	}
 	}
 ```
 ```