Skip to content

Commit e366cc8

Browse files
committedSep 15, 2018
FIrst beer has been brewed, it deserve a 0.2 :D
1 parent 22ba5dc commit e366cc8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎recipe/brewandbeer.br

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
R;0.1;Brew&Beer
1+
R;0.2;Brew&Beer
22
# Verify everything !
33
A;V;-1
44
# Heating to 50 °C

‎recipe/test.br

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
R;0.1;Test recipe
1+
R;0.2;Test recipe
22
A;V;-1
33
# Heating
44
H;2;50;1

‎sw/BrewOMatic/BrewOMatic.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#define SEC_TO_MS(_sec) (_sec * 1000)
99

10-
#define BREWOMATIC_VERSION_STRING "0.1"
10+
#define BREWOMATIC_VERSION_STRING "0.2"
1111

1212
class BrewOMatic;
1313

0 commit comments

Comments
 (0)