Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

dependencies {
implementation 'io.github.llschall:ardwloop:0.3.8'
implementation 'io.github.llschall:ardwloop:0.3.9'
}
```

Expand Down
2 changes: 1 addition & 1 deletion ino/examples/demo_led/demo_led.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Welcome to the Ardwloop Demo !
*
* Featuring Ardwloop 0.3.9
* Featuring Ardwloop 0.4.0
*
* More setup instructions are available in
* https://llschall.github.io/ardwloop/demo
Expand Down
2 changes: 1 addition & 1 deletion ino/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Ardwloop
version=0.3.9
version=0.4.0
author=Laurent Schall <llschall@gmx.com>
maintainer=Laurent Schall <llschall@gmx.com>
sentence=A library to ease controlling an Arduino program from a Java or Kotlin application.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/llschall/ardwloop/ArdwloopStarter.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class ArdwloopStarter {
/**
* The version of the Ardwloop library
*/
public static final String VERSION = "0.3.9";
public static final String VERSION = "0.4.0";

/**
* An integer that might vary with the snapshot
Expand Down
Loading