Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HoldYourWaffle committed Aug 15, 2018
1 parent 70ffd89 commit be55b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
}
dependencies {
compile 'com.github.HoldYourWaffle:blinkt4j:v1.0'
compile 'com.github.HoldYourWaffle:blinkt4j:v1.1'
}
```

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.0
version = 1.1

sourceCompatibility = targetCompatibility = 1.8 //same as pi4j

Expand Down

0 comments on commit be55b39

Please sign in to comment.