Skip to content

Commit b919e6c

Browse files
chore: bump version to 2.1.0
1 parent d4f4c30 commit b919e6c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
5050
dependencies {
51-
compileOnly 'io.github.somesourcecode:someguiapi:2.0.0'
51+
compileOnly 'io.github.somesourcecode:someguiapi:2.1.0'
5252
}
5353
```
5454

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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>

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: SomeGuiApi
2-
version: 1.0.0
2+
version: 2.1.0
33
main: io.github.somesourcecode.someguiapi.Main
44
description: A gui api
55
author: SomeSourceCode

0 commit comments

Comments
 (0)