Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
SyncedSynapse committed Apr 10, 2021
1 parent 7b63c08 commit e9db802
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Changelog
---------

Version 2.5.2
Version 2.5.3
-------------
- Add support for SendToKodi
- Add support for sharing from Twitch
- Allow to disable direct share on a per host basis
- Bug fixes, specifically the error that prevented downloading files from Kodi
- Bug fixes, specifically issues with thumbnails on Kodi Matrix and errors that prevented downloading files from Kodi

Version 2.5.1
-------------
Expand All @@ -16,7 +16,6 @@ Version 2.5.1
- Support local play of items in the "Files" section
- Various improvments and bug fixes: Fix "Play from here" in the "Files" section, refresh of playlists in the remote, sharing local filenames with spaces in the name, support for self-signed certificates, remember last used tab, etc.


Version 2.5.0
-------------
- Include search option in PVR section
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
applicationId "org.xbmc.kore"
minSdkVersion 15
targetSdkVersion 29
versionCode 28
versionCode 29
versionName = getVersionName()
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down

0 comments on commit e9db802

Please sign in to comment.