소스 검색

setting up new release

Jhonny Mertz 7 년 전
부모
커밋
a1259d200b
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      README.md
  2. 1 1
      pom.xml

+ 2 - 2
README.md

@@ -33,7 +33,7 @@ In your `pom.xml`:
 		<dependency>
 				<groupId>com.github.jhonnymertz</groupId>
 				<artifactId>java-wkhtmltopdf-wrapper</artifactId>
-				<version>1.0.2-RELEASE</version>
+				<version>1.1.0-RELEASE</version>
 		</dependency>
 	</dependencies>
 
@@ -83,7 +83,7 @@ pdf.saveAs("output.pdf");
 Snapshots
 ---------
 
-Snapshots built from the `master` branch are available through jitpack using version `1.1.0-SNAPSHOT`
+Snapshots built from the `master` branch are available through jitpack using version `1.2.0-SNAPSHOT`
 
 License
 ------------

+ 1 - 1
pom.xml

@@ -3,7 +3,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.github.jhonnymertz</groupId>
     <artifactId>java-wkhtmltopdf-wrapper</artifactId>
-    <version>1.0.2-RELEASE</version>
+    <version>1.1.0-RELEASE</version>
 
     <dependencies>