Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed Jun 9, 2024
1 parent 05af030 commit aec926b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omprs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ StringView OMPRSComponent::componentName() const

SemanticVersion OMPRSComponent::componentVersion() const
{
return SemanticVersion(1,0, 0, 0);
return SemanticVersion(1,1, 0, 0);
}

void OMPRSComponent::onFree(IComponent* component)
Expand Down

0 comments on commit aec926b

Please sign in to comment.