Skip to content

Commit

Permalink
chore(version): bump to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 1, 2022
1 parent 43d0b2c commit 7db92b5
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.5.0
-------------

## Dependencies:

- srt 1.5.1
- openssl 3.0.1

Version 1.4.0
-------------

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.4.0'
implementation 'io.github.thibaultbee:srtdroid:1.5.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_004_000
versionName = "1.4.0"
versionCode = 001_005_000
versionName = "1.5.0"

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

0 comments on commit 7db92b5

Please sign in to comment.