Skip to content

Commit

Permalink
chore(version): bump to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed May 29, 2023
1 parent 451d4a0 commit 70822e4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change Log
==========

Version 1.5.2
-------------

## Dependencies:

- srt 1.5.1
- openssl 3.0.7

## Features:

- Add support for Android >= 19. Thanks to [@yoobi](https://github.com/yoobi)

Version 1.5.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Get srtdroid latest artifacts on MavenCentral.

```gradle
dependencies {
implementation 'io.github.thibaultbee:srtdroid:1.5.1'
implementation 'io.github.thibaultbee:srtdroid:1.5.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
versionCode = 001_005_001
versionName = "1.5.1"
versionCode = 001_005_002
versionName = "1.5.2"

kotlin_version = '1.6.10'
dokka_version = '1.5.0'
Expand Down

0 comments on commit 70822e4

Please sign in to comment.