Skip to content

Commit

Permalink
increment versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NeumimTo committed Feb 25, 2019
1 parent e211ba1 commit e02dc32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'cz.neumimto.rpg'
version = '2.0.0-SNAPSHOT-6'
version = '2.0.0-SNAPSHOT-7'

blossom {
String str = "src/main/java/cz/neumimto/rpg/NtRpgPlugin.java"
Expand Down
2 changes: 1 addition & 1 deletion Skills/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'cz.neumimto.rpg'
version = '3.0.0'
version = '3.0.1'

dependencies {
compileOnly 'org.spongepowered:spongeapi:' + project.spongeApiVersion
Expand Down

0 comments on commit e02dc32

Please sign in to comment.