Skip to content

Commit

Permalink
version 0.1.1: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chl33 committed Jul 19, 2024
1 parent e10b63e commit 9967051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "og3x-oled",
"version": "0.1.0",
"version": "0.1.1",
"description": "Add support for SSD1306 OLED to chl33/og3",
"keywords": "esp32, esp8266, oled",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ build_flags =
'-Wall'
'-Wno-deprecated'
lib_deps =
og3@0.0.1
og3@0.1.0
lib_ldf_mode = deep
check_tool = clangtidy

0 comments on commit 9967051

Please sign in to comment.