aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mussel/Mussel.cpp6
-rw-r--r--Mussel/Mussel.h2
-rw-r--r--Mussel/library.properties2
3 files changed, 7 insertions, 3 deletions
diff --git a/Mussel/Mussel.cpp b/Mussel/Mussel.cpp
index 67fd10d..fcc7a7f 100644
--- a/Mussel/Mussel.cpp
+++ b/Mussel/Mussel.cpp
@@ -7,10 +7,14 @@
/// Mussel - a small library for Arduino to emulate a mussel biosensor
///
+/// * v0.0.2
+/// * rewrite attitude #2 to also handle button press
+/// * add voting functions and example
+///
/// * v0.0.1
/// * initial release to radicle
///
-/// @version 0.0.1
+/// @version 0.0.2
/// @see <https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z2tFBF4gN7ziG9oXtUytVQNYe3VhQ/tree/Mussel/README.md>
/// @see <https://moodle.ruc.dk/course/view.php?id=23504>
diff --git a/Mussel/Mussel.h b/Mussel/Mussel.h
index 1e94897..a50ccaa 100644
--- a/Mussel/Mussel.h
+++ b/Mussel/Mussel.h
@@ -7,7 +7,7 @@
/// Mussel - a small library for Arduino to emulate a mussel biosensor
///
-/// @version 0.0.1
+/// @version 0.0.2
/// @see <https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z2tFBF4gN7ziG9oXtUytVQNYe3VhQ/tree/Mussel/README.md>
/// @see <https://moodle.ruc.dk/course/view.php?id=23504>
diff --git a/Mussel/library.properties b/Mussel/library.properties
index 8634f9a..604ef3b 100644
--- a/Mussel/library.properties
+++ b/Mussel/library.properties
@@ -1,5 +1,5 @@
name=Mussel
-version=0.0.1
+version=0.0.2
author= Amal Mazrah <mazrah@ruc.dk>, Jonas Smedegaard <dr@jones.dk>, Mennatullah Hatim Kassim <stud-mennatulla@ruc.dk>, Noor Ahmad <noora@ruc.dk> and Tanishka Suwalka <tanishkas@ruc.dk>
maintainer=Jonas Smedegaard <dr@jones.dk>
sentence=Arduino library to emulate a mussel biosensor.