From be55b395ce42ac61a5378eeb2c8e7f87dc2e38e4 Mon Sep 17 00:00:00 2001 From: HoldYourWaffle Date: Wed, 15 Aug 2018 12:16:12 +0200 Subject: [PATCH] Bump version --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20a1445..2f9854b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ repositories { } dependencies { - compile 'com.github.HoldYourWaffle:blinkt4j:v1.0' + compile 'com.github.HoldYourWaffle:blinkt4j:v1.1' } ``` diff --git a/build.gradle b/build.gradle index e61918c..96805f8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ apply plugin: 'java-library' -version = 1.0 +version = 1.1 sourceCompatibility = targetCompatibility = 1.8 //same as pi4j