Skip to content

Commit

Permalink
update library version -> 0.1.3 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
chl33 authored Jul 20, 2024
1 parent 9c6154e commit 6c26488
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion include/og3/ha_dependencies.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ template <unsigned N>
class HADependenciesArray : public HADependencies {
public:
HADependenciesArray(const std::array<const char*, N>& module_names) : m_more_deps(module_names) {}
bool resolve(const NameToModule& name_to_module) override;
size_t num_depends_on() const override {
return HADependencies::num_depends_on() + m_more_deps.num_depends_on();
}
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "og3",
"version": "0.1.2",
"version": "0.1.3",
"description": "A library for esp projects",
"keywords": "esp32, esp8266, modules, tasks, mqtt",
"authors": [
Expand Down

0 comments on commit 6c26488

Please sign in to comment.