Skip to content

Commit

Permalink
Rewrite beacon interface
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Nov 21, 2021
1 parent 03f28a1 commit 7609f85
Show file tree
Hide file tree
Showing 6 changed files with 444 additions and 438 deletions.
5 changes: 5 additions & 0 deletions Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
*/
class Plugin extends PluginBase
{
/**
* @var string PROTOCOL_VERSION
*/
const PROTOCOL_VERSION = '2.0';

/**
* register
*/
Expand Down
Loading

0 comments on commit 7609f85

Please sign in to comment.