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 23, 2015
1 parent c632208 commit 2e5a274
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Changelog
---------

Version 1.4.0
-------------
- Added support for sharing from youtube app to Kodi
- Visual tweaks
- Bug fixes

Version 1.3.0
-------------
- Remote redesign
- File browsing
- Fix Wake on Lan issues
- Bug fixes

Version 1.2.1
-------------
- Fix subtitle selection

Version 1.2.0
-------------
- Prepare for Official Remote status

Version 1.1
-----------
- Brazilian Portuguese translation (by Rafael Rosário @rafaelricado)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.xbmc.kore"
minSdkVersion 15
targetSdkVersion 21
versionCode 10
versionName "1.3.0"
versionCode 11
versionName "1.4.0"
}

File keystoreFile = file('keystore.properties')
Expand Down

0 comments on commit 2e5a274

Please sign in to comment.