Skip to content

Commit

Permalink
Raise version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Mar 16, 2024
1 parent adf2171 commit 1b04cb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"type": "git",
"url": "https://github.com/GOB52/gob_unifiedButton.git"
},
"version": "0.1.2",
"version": "0.1.3",
"headers": "gob_unifiedButton.hpp",
"license": "MIT",
"platforms": "espressif32",
"frameworks": "arduino",
"dependencies": {
"m5stack/M5Unified": "^0.1.13"
}
}
}
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=gob_unifiedButton
version=0.1.2
version=0.1.3
author=GOB
maintainer=GOB
sentence=Add touch buttons for CoreS3 and commonality with conventional buttons (M5.BtnX)
paragraph=
paragraph=M5Stack CoreS3
category=Other
url=https://github.com/GOB52/gob_unifiedButton.git
architectures=esp32,esp32s3
Expand Down
2 changes: 1 addition & 1 deletion src/gob_unifiedButton_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define GOBLIB_UNIFIED_BUTTON_VERSION_MAJOR 0
#define GOBLIB_UNIFIED_BUTTON_VERSION_MINOR 1
#define GOBLIB_UNIFIED_BUTTON_VERSION_PATCH 2
#define GOBLIB_UNIFIED_BUTTON_VERSION_PATCH 3

#define GOBLIB_UNIFIED_BUTTON_VERSION_STRINGIFY_AGAIN(x) #x
#define GOBLIB_UNIFIED_BUTTON_VERSION_STRINGIFY(x) GOBLIB_UNIFIED_BUTTON_VERSION_STRINGIFY_AGAIN(x)
Expand Down

0 comments on commit 1b04cb7

Please sign in to comment.