Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HoldYourWaffle committed Aug 20, 2018
1 parent 342a145 commit 1791e8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a java api for controlling the [Pimoroni Blinkt](https://shop.pimoroni.c


## Usage
To use this you need to have at least java 8 (for [pi4j](https://github.com/Pi4J/pi4j)) as well as the `wiringpi` package installed on your Raspberry Pi.
To use this you need to have at least Java 8 (for [pi4j](https://github.com/Pi4J/pi4j)) as well as the `wiringpi` package installed on your Raspberry Pi.

### Gradle
To include this api in your gradle project use [jitpack](https://jitpack.io/):
Expand All @@ -17,7 +17,7 @@ repositories {
}
dependencies {
compile 'com.github.HoldYourWaffle:blinkt4j:v1.2'
compile 'com.github.HoldYourWaffle:blinkt4j:v1.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apply plugin: 'java-library'
version = 1.2
version = 1.3

sourceCompatibility = targetCompatibility = 1.8 //same as pi4j

Expand Down

0 comments on commit 1791e8c

Please sign in to comment.