Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Hbeau committed Sep 4, 2018
1 parent 60b4b00 commit 61c0437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ targetCompatibility = 1.8
versioning {
// required (number)
major = 1
minor = 3
minor = 4
patch = 0

}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/onaple/storyteller/Storyteller.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import java.util.Optional;


@Plugin(id = "storyteller", name = "Storyteller", version = "0.1.1")
@Plugin(id = "storyteller", name = "Storyteller", version = "1.4")
public class Storyteller {
private static Storyteller instance;
public static Storyteller getInstance() {
Expand Down

0 comments on commit 61c0437

Please sign in to comment.