فهرست منبع

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>