Skip to content

Commit

Permalink
core: services: ping: bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Aug 9, 2022
1 parent 99b886c commit 5643401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/frontend/src/types/frontend_services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ export const ping_service: Service = {
name: 'Ping service',
description: 'Service to manage ping devices',
company: 'Blue Robotics',
version: '0.1.0',
version: '0.2.0',
}
2 changes: 1 addition & 1 deletion core/services/ping/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="ping_service",
version="0.1.0",
version="0.2.0",
description="Ping service for BlueRobotics' Ping1D and Pìng360",
license="MIT",
install_requires=[
Expand Down

0 comments on commit 5643401

Please sign in to comment.