Skip to content

Commit e5419b1

Browse files
committed
Updated for new version
1 parent 8f44323 commit e5419b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ And add following in dependencies,
2222

2323
```
2424
dependencies {
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
```
5454
And 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
```
6363
And add following,
6464
```
65-
:dependencies [[in.clayfish/printful4j "0.2.0"]]
65+
:dependencies [[in.clayfish/printful4j "0.2.1"]]
6666
```
6767

6868
For more information regarding download or using different build systems, please visit

0 commit comments

Comments
 (0)