We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8806525 commit bfc3a6eCopy full SHA for bfc3a6e
2 files changed
README.md
@@ -22,7 +22,7 @@ We currently support Java 11 and above. Use Maven to install the dependency.
22
<dependency>
23
<groupId>net.bramp.ffmpeg</groupId>
24
<artifactId>ffmpeg</artifactId>
25
- <version>0.9.0-SNAPSHOT</version>
+ <version>0.9.0</version>
26
</dependency>
27
```
28
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
4
5
6
7
<name>FFmpeg Wrapper</name>
8
<description>Simple Java wrapper around FFmpeg command-line interface</description>
0 commit comments