File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ We currently support Java 11 and above. Use Maven to install the dependency.
2222<dependency >
2323 <groupId >net.bramp.ffmpeg</groupId >
2424 <artifactId >ffmpeg</artifactId >
25- <version >0.9.0 </version >
25+ <version >0.9.1 </version >
2626</dependency >
2727```
2828
@@ -153,8 +153,8 @@ Releasing is automated via GitHub Actions. To trigger a release to Maven Central
1531532 . Commit and push the change.
1541543 . Create and push a tag:
155155``` bash
156- git tag ffmpeg-0.9.0
157- git push origin ffmpeg-0.9.0
156+ git tag ffmpeg-0.9.1
157+ git push origin ffmpeg-0.9.1
158158```
159159
160160The GitHub Action will:
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >net.bramp.ffmpeg</groupId >
44 <artifactId >ffmpeg</artifactId >
5- <version >0.9.0 </version >
5+ <version >0.9.1 </version >
66
77 <name >FFmpeg Wrapper</name >
88 <description >Simple Java wrapper around FFmpeg command-line interface</description >
You can’t perform that action at this time.
0 commit comments