Skip to content

Commit

Permalink
updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thechucklingatom committed Oct 16, 2016
1 parent 5eb7759 commit 6c66171
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add the dependency to your project and you're good to go!

Prerequisites
-------
- Java JDK 8 or higher
- Java JDK 7 or higher

Integration
-------
Expand All @@ -25,17 +25,17 @@ Integration
<dependency>
<groupId>io.magicthegathering</groupId>
<artifactId>javasdk</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
```
#### Gradle
```gradle
compile 'io.magicthegathering:javasdk:0.0.2'
compile 'io.magicthegathering:javasdk:0.0.3'
```

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

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.2</version>
<version>0.0.3</version>
<packaging>jar</packaging>

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

0 comments on commit 6c66171

Please sign in to comment.