Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nyholmniklas committed Oct 15, 2016
1 parent b2590e3 commit 632a9fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ Integration
<dependency>
<groupId>io.magicthegathering</groupId>
<artifactId>javasdk</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```
#### Gradle
```gradle
compile 'io.magicthegathering:javasdk:0.0.1'
compile 'io.magicthegathering:javasdk:0.0.2'
```

#### Ivy
```xml
<dependency org="io.magicthegathering" name="javasdk" rev="0.0.1"/>
<dependency org="io.magicthegathering" name="javasdk" rev="0.0.2"/>
```

Usage examples
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.magicthegathering</groupId>
<artifactId>javasdk</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 632a9fc

Please sign in to comment.