Skip to content

Commit aebf77a

Browse files
committed
Bump versions for release 0.1.1
1 parent 3997b15 commit aebf77a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

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

66
group "dev.flashlabs.flashlibs"
7-
version "0.1.0"
7+
version "0.1.1"
88

99
ext.spongeapiVersion = "7.2.0"
1010

src/main/java/dev/flashlabs/flashlibs/command/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* in hierarchies, as well as other common actions for commands.
44
*/
55
@NonnullByDefault
6-
@Library(id = "command", version = "0.1.0")
6+
@Library(id = "command", version = "0.1.1")
77
package dev.flashlabs.flashlibs.command;
88

99
import dev.flashlabs.flashlibs.Library;

src/main/java/dev/flashlabs/flashlibs/message/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* that support argument placeholders.
44
*/
55
@NonnullByDefault
6-
@Library(id = "message", version = "0.1.0", dependencies = {"translation"})
6+
@Library(id = "message", version = "0.1.1", dependencies = {"translation"})
77
package dev.flashlabs.flashlibs.message;
88

99
import dev.flashlabs.flashlibs.Library;

0 commit comments

Comments
 (0)