Skip to content

Commit

Permalink
Updates change log and build properties
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Dec 15, 2016
1 parent 9a391f9 commit 8a641c7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ Change Log

# Versions

## 1.0.0-beta.3
## 1.0.0
- Fixes an issue where the notification would not disappear on a connected wearable after closing MusicBee.
- Fixes an issue where the volume control in the wearable notification would not work.
- Fixes an issue where the temporary stop during track change would make the notification flicker.
- Fixes an issue where exiting the application through an other than MainActivity would navigate to the main activity.
- Adds a message on connection to inform the user in case an incompatible version of the plugin is used.

## 1.0.0-beta.2
- Fixes a potential crash on the progress updater.
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@


<changelogversion
changeDate="Dec 11,2016"
versionName="1.0.0-beta.3">
changeDate="Dec 15,2016"
versionName="1.0.0">
<changelogbug>Fixes an issue where the notification would not disappear on a connected wearable after closing
MusicBee.
</changelogbug>
Expand All @@ -16,13 +16,13 @@
<changelogbug>Fixes an issue where exiting the application through an other than MainActivity
would navigate to the main activity.
</changelogbug>
<changelogbug>Adds a message on connection to inform the user in case an incompatible version of the plugin is used.</changelogbug>
</changelogversion>
<changelogversion
changeDate="Dec 3,2016"
versionName="1.0.0-beta.2">
<changelogbug>Fixes a potential crash caused by the progress updater</changelogbug>
</changelogversion>

<changelogversion
changeDate="Nov 28,2016"
versionName="1.0.0-beta.1">
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apply plugin: 'com.github.ben-manes.versions'

buildscript {
ext.kotlin_version = '1.0.5-2'
ext.kotlin_version = '1.0.5-3'
repositories {
jcenter()
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Nov 22 20:13:22 EET 2016
#Thu Dec 15 21:29:12 EET 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2-all.zip

0 comments on commit 8a641c7

Please sign in to comment.