Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Oct 19, 2023
1 parent a507a31 commit 01d2adf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/reputation/node/models/Node.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
*
* @author Allan Capistrano
* @version 1.0.0
* @version 1.1.0
*/
public class Node implements NodeTypeService {

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/reputation/node/mqtt/ListenerDevices.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
*
* @author Allan Capistrano
* @version 1.0.0
* @version 1.1.0
*/
public class ListenerDevices implements IMqttMessageListener {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* requisição feita pelo nó.
*
* @author Allan Capistrano
* @version 1.0.0
* @version 1.1.0
*/
public class WaitDeviceResponseTask extends TimerTask {

Expand Down

0 comments on commit 01d2adf

Please sign in to comment.