Skip to content

Commit 3ae0c64

Browse files
committed
Update version to 1.1.0
1 parent 3ff1bdf commit 3ae0c64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// AUTO GENERATED - DO NOT EDIT
22
export const VENDOR_ID = 'universal-robots';
33
export const URCAP_ID = 'external-control';
4-
export const URCAP_VERSION = '1.0.0';
4+
export const URCAP_VERSION = '1.1.0';
55
export const URCAP_ROS_NAMESPACE = 'Vendor_universal_robots/URCap_external_control';
66
export const PATH = `/${VENDOR_ID}/${URCAP_ID}/external-control-frontend`;

manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ metadata:
33
urcapID: external-control
44
vendorName: Universal Robots
55
urcapName: "external-control"
6-
version: 1.0.0
6+
version: 1.1.0
77
contactInfo: Energivej 51, 5260 Odense S, Denmark
88
description: Enable External Control for e.g. the ROS2 driver
99
copyright: Copyright (c) 2024 Universal Robots. All rights reserved.
@@ -20,4 +20,4 @@ artifacts:
2020
- id: rest-api
2121
containerPort: 5000
2222
protocol: http
23-
proxyUrl: /
23+
proxyUrl: /

0 commit comments

Comments
 (0)