bump
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
|||||||
"github.com/go-rod/rod/lib/proto"
|
"github.com/go-rod/rod/lib/proto"
|
||||||
)
|
)
|
||||||
|
|
||||||
const Version = "2.0.0"
|
const Version = "2.0.1"
|
||||||
|
|
||||||
// Daemon is the main server that manages browser connections
|
// Daemon is the main server that manages browser connections
|
||||||
type Daemon struct {
|
type Daemon struct {
|
||||||
|
|||||||
2
main.go
2
main.go
@@ -9,7 +9,7 @@ import (
|
|||||||
"git.teamworkapps.com/shortcut/cremote/client"
|
"git.teamworkapps.com/shortcut/cremote/client"
|
||||||
)
|
)
|
||||||
|
|
||||||
const Version = "2.0.0"
|
const Version = "2.0.1"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// Global flags
|
// Global flags
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import (
|
|||||||
"github.com/mark3labs/mcp-go/server"
|
"github.com/mark3labs/mcp-go/server"
|
||||||
)
|
)
|
||||||
|
|
||||||
const Version = "2.0.0"
|
const Version = "2.0.1"
|
||||||
|
|
||||||
// CremoteServer wraps the cremote client for MCP
|
// CremoteServer wraps the cremote client for MCP
|
||||||
type CremoteServer struct {
|
type CremoteServer struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user