@@ -22,13 +22,13 @@ And add following in dependencies,
2222
2323```
2424dependencies {
25- compile 'in.clayfish:printful4j:0.2.0 '
25+ compile 'in.clayfish:printful4j:0.2.1 '
2626}
2727```
2828
2929### Java
3030
31- * ** Using gradle** , ` compile 'in.clayfish:printful4j:0.2.0 ' `
31+ * ** Using gradle** , ` compile 'in.clayfish:printful4j:0.2.1 ' `
3232* ** Using Maven** , Add following in ` <repositories> ` ,
3333
3434``` xml
@@ -43,7 +43,7 @@ dependencies {
4343<dependency >
4444 <groupId >in.clayfish</groupId >
4545 <artifactId >printful4j</artifactId >
46- <version >0.2.0 </version >
46+ <version >0.2.1 </version >
4747</dependency >
4848```
4949
@@ -53,7 +53,7 @@ resolvers += "jitpack" at "https://jitpack.io"
5353```
5454And add following in the dependencies,
5555```
56- libraryDependencies += "in.clayfish" % "printful4j" % "0.2.0 "
56+ libraryDependencies += "in.clayfish" % "printful4j" % "0.2.1 "
5757```
5858
5959* ** Using leningen** , Add following in your project.clj at the end of repositories,
@@ -62,7 +62,7 @@ libraryDependencies += "in.clayfish" % "printful4j" % "0.2.0"
6262```
6363And add following,
6464```
65- :dependencies [[in.clayfish/printful4j "0.2.0 "]]
65+ :dependencies [[in.clayfish/printful4j "0.2.1 "]]
6666```
6767
6868For more information regarding download or using different build systems, please visit
0 commit comments