From 60e6650a4c72c03d05a647763a49b5b522176f26 Mon Sep 17 00:00:00 2001
From: visose <vicente@visose.com>
Date: Sun, 29 May 2022 20:17:27 +0100
Subject: [PATCH] Update version

---
 Directory.Build.props | 2 +-
 RELEASE               | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Directory.Build.props b/Directory.Build.props
index 84bf813..f7b1001 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -2,7 +2,7 @@
 
 	<PropertyGroup>
 		<Product>Robots</Product>
-		<Version>1.3.0</Version>
+		<Version>1.3.1</Version>
 		<Authors>Robots Authors</Authors>
 		<Description>Create and simulate ABB, KUKA, UR, and Staubli robot programs.</Description>
 		<PackageTags>Robots;ABB;KUKA;UR;Staubli;Robotics</PackageTags>
diff --git a/RELEASE b/RELEASE
index 896ec19..9dd1d0c 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,3 +1,7 @@
+- version: 1.3.1
+  changes:
+  - Added useControllerNumbering attribute to the IO element, allowing to specify the signal number directly instead of defining a list of signal names.
+
 - version: 1.3.0
   changes:
   - Added alternative back-end to 'Remote connection' with UR, that uses FTP and the dashboard interface.