File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4141Usage examples
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments