Skip to content

Commit a5be28b

Browse files
committed
chore: bump version to 0.9.1
1 parent 705d99b commit a5be28b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
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</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
153153
2. Commit and push the change.
154154
3. 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

160160
The GitHub Action will:

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</version>
5+
<version>0.9.1</version>
66

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

0 commit comments

Comments
 (0)