Skip to content

Commit bfc3a6e

Browse files
committed
chore: test release version 0.9.0 to verify Central Portal publishing
1 parent 8806525 commit bfc3a6e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-SNAPSHOT</version>
25+
<version>0.9.0</version>
2626
</dependency>
2727
```
2828

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>net.bramp.ffmpeg</groupId>
44
<artifactId>ffmpeg</artifactId>
5-
<version>0.9.0-SNAPSHOT</version>
5+
<version>0.9.0</version>
66

77
<name>FFmpeg Wrapper</name>
88
<description>Simple Java wrapper around FFmpeg command-line interface</description>

0 commit comments

Comments
 (0)