Skip to content

Commit 9575ddd

Browse files
updating version id with the new card equals and url cleanup.
1 parent 09f0a2b commit 9575ddd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ Integration
2525
<dependency>
2626
<groupId>io.magicthegathering</groupId>
2727
<artifactId>javasdk</artifactId>
28-
<version>0.0.11</version>
28+
<version>0.0.12</version>
2929
</dependency>
3030
```
3131
#### Gradle
3232
```gradle
33-
compile 'io.magicthegathering:javasdk:0.0.11'
33+
compile 'io.magicthegathering:javasdk:0.0.12'
3434
```
3535

3636
#### Ivy
3737
```xml
38-
<dependency org="io.magicthegathering" name="javasdk" rev="0.0.11"/>
38+
<dependency org="io.magicthegathering" name="javasdk" rev="0.0.12"/>
3939
```
4040

4141
Usage examples

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.magicthegathering</groupId>
66
<artifactId>javasdk</artifactId>
7-
<version>0.0.11</version>
7+
<version>0.0.12</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)