Skip to content

Commit

Permalink
chore(version): bump to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jul 24, 2023
1 parent 893358b commit 9371359
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

Version 1.6.0
-------------

## Dependencies:

- srt 1.5.2
- openssl 3.0.9

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

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.2'
implementation 'io.github.thibaultbee:srtdroid:1.6.0'
}
```

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_002
versionName = "1.5.2"
versionCode = 001_006_000
versionName = "1.6.0"

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

0 comments on commit 9371359

Please sign in to comment.