Skip to content

Commit 1e66cc5

Browse files
author
Francisco Solis
committed
Updated SimpleCoreAPI
1 parent 04406d4 commit 1e66cc5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Added Dialogs
33
* Moved `xyz.theprogramsrc.uismodule.simple.SimpleUi` to `xyz.theprogramsrc.uismodule.ui.SimpleUi`
44
* Added TranslationsModule as dependency
5+
* Updated to SimpleCore v0.2.5
56

67
## v0.1.0 - Snapshot
78
Hello, World!

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.6.10'
3232
compileOnly 'org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT'
3333
compileOnly 'net.md-5:bungeecord-api:1.18-R0.1-SNAPSHOT'
34-
compileOnly 'xyz.theprogramsrc:simplecoreapi:0.2.0-SNAPSHOT'
34+
compileOnly 'xyz.theprogramsrc:simplecoreapi:0.2.5-SNAPSHOT'
3535
compileOnly 'xyz.theprogramsrc:tasksmodule:0.1.0-SNAPSHOT'
3636
compileOnly 'xyz.theprogramsrc:translationsmodule:0.1.3-SNAPSHOT'
3737

0 commit comments

Comments
 (0)