Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ropg committed Feb 13, 2024
1 parent a1f45cd commit 74d8912
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Rop Gonggrijp",
"url": ""
},
"version": "0.1.2",
"version": "0.1.3",
"frameworks": "arduino",
"platforms": "espressif32",
"headers": "OOKwiz.h"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=OOKwiz
version=0.1.2
version=0.1.3
author=Rop Gonggrijp
maintainer=Rop Gonggrijp
sentence=Receiving/analysing/sending on-off-keying signals for radio remote controls 📱, weather stations 🌦️ and more.
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define ARDUINO_LOOP_TASK_STACK_SIZE (16 * 1024)
#define SERIAL_RX_BUFFER_SIZE 1024

#define OOKWIZ_VERSION "0.1.2"
#define OOKWIZ_VERSION "0.1.3"
#define SPIFFS_PREFIX /OOKwiz

#define MAX_BINS 10
Expand Down

0 comments on commit 74d8912

Please sign in to comment.