File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Add the following dependency to your `pom.xml` file:
3232<dependency>
3333 <groupId>io.github.somesourcecode</groupId>
3434 <artifactId>someguiapi</artifactId>
35- <version>2.0 .0</version>
35+ <version>2.1 .0</version>
3636 <scope>provided</scope>
3737</dependency>
3838` ` `
@@ -48,7 +48,7 @@ repositories {
4848}
4949
5050dependencies {
51- compileOnly 'io.github.somesourcecode:someguiapi:2.0 .0'
51+ compileOnly 'io.github.somesourcecode:someguiapi:2.1 .0'
5252}
5353` ` `
5454
Original file line number Diff line number Diff line change 2929
3030 <groupId >io.github.somesourcecode</groupId >
3131 <artifactId >someguiapi</artifactId >
32- <version >2.0 .0</version >
32+ <version >2.1 .0</version >
3333 <packaging >jar</packaging >
3434
3535 <name >SomeGuiApi</name >
Original file line number Diff line number Diff line change 11name : SomeGuiApi
2- version : 1.0 .0
2+ version : 2.1 .0
33main : io.github.somesourcecode.someguiapi.Main
44description : A gui api
55author : SomeSourceCode
You can’t perform that action at this time.
0 commit comments