Skip to content

Commit f5115c2

Browse files
committed
Prepare 1.2.1 release
1 parent fe5be12 commit f5115c2

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.2.1 (Jan 12, 2023)
2+
* Added Simulink library for HebiJoystick
3+
14
### 1.2 (Jan 26, 2017)
25
* Added support for keyboards
36
* Changed project name from HebiJoystick to MatlabInput

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<modelVersion>4.0.0</modelVersion>
77

88
<groupId>us.hebi.matlab</groupId>
9-
<version>1.3-SNAPSHOT</version>
109
<artifactId>input</artifactId>
10+
<version>1.2.1</version>
1111

1212
<name>matlab-input</name>
1313
<description>MATLAB library for joystick and keyboard input</description>
@@ -27,6 +27,12 @@
2727
</developer>
2828
</developers>
2929

30+
<contributors>
31+
<contributor>
32+
<name>Jonas Withelm</name>
33+
</contributor>
34+
</contributors>
35+
3036
<scm>
3137
<url>https://github.com/HebiRobotics/MatlabInput</url>
3238
<connection>scm:git:git://github.com/HebiRobotics/MatlabInput.git</connection>
@@ -158,4 +164,4 @@
158164
</plugins>
159165
</build>
160166

161-
</project>
167+
</project>

0 commit comments

Comments
 (0)