Skip to content

Commit

Permalink
Bump version number to 17.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrandelshofer committed Mar 5, 2023
1 parent 909cf28 commit e75a4ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Container formats:
| Container | Description | Operations |
|-----------|--------------------------------------------|-------------|
| RIFF | Microsoft Resource Interchange File Format | Read |
| AVI | Microsoft Audio Video Interchange | Read,Write |
| AVI | Microsoft Audio Video Interchange | Read, Write |
| MOV | Apple QuickTime | Write |
| JFIF | JPEG File Interchange Format | Read, Write |
| MP3 | MP3 Elementary Stream | Read |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
<revision>17</revision>
<revision>17.1</revision>
</properties>

<build>
Expand Down

0 comments on commit e75a4ea

Please sign in to comment.