Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jflamy committed Feb 11, 2025
1 parent 226d247 commit e4f09da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# TAG = x.y.z x = major, y = minor
# z = 0 : normal release
# z > 0 : bug fix release
export TAG=2.1.0
export TAG=2.1.1

# use -alpha00 or -beta00 or -rc00 or empty for final release
export ALPHA_BETA_RELEASE=
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>app.owlcms.jfirmata</groupId>
<artifactId>owlcms-firmata</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>

<properties>
<windowsVersion>${env.VERSION}</windowsVersion>
Expand Down

0 comments on commit e4f09da

Please sign in to comment.