ソースを参照

adjusting lib version

Jhonny Mertz 7 年 前
コミット
367ecaaa81
1 ファイル変更6 行追加6 行削除
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -22,7 +22,7 @@ In your `build.gradle`:
 	}
 	
 	dependencies {
-		compile 'com.github.jhonnymertz:java-wkhtmltopdf-wrapper:1.0.2-RELEASE'
+		compile 'com.github.jhonnymertz:java-wkhtmltopdf-wrapper:1.1.0-RELEASE'
 	}
 ```
 
@@ -31,16 +31,16 @@ In your `pom.xml`:
 ```xml
 	<dependencies>
 		<dependency>
-				<groupId>com.github.jhonnymertz</groupId>
-				<artifactId>java-wkhtmltopdf-wrapper</artifactId>
-				<version>1.1.0-RELEASE</version>
+			<groupId>com.github.jhonnymertz</groupId>
+			<artifactId>java-wkhtmltopdf-wrapper</artifactId>
+			<version>1.1.0-RELEASE</version>
 		</dependency>
 	</dependencies>
 
 	<repositories>
 		<repository>
-				<id>jitpack.io</id>
-				<url>https://jitpack.io</url>
+			<id>jitpack.io</id>
+			<url>https://jitpack.io</url>
 		</repository>
 	</repositories>
 ```