Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
Bump to v1.6.5-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
timusus committed Mar 29, 2017
1 parent be8db6f commit 790468f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/src/main/assets/web/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
</head>

<body>
<h4>1.6.5-beta7</h4>
<ul>
<li>Fixed an issue with slow loading of library/genres on some devices</li>
</ul>
<h4>1.6.5-beta6</h4>
<ul>
<li>Search optimisations.. Faster results. Now shows loading spinner</li>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/assets/web/info_dark.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
</head>

<body>
<h4>1.6.5-beta7</h4>
<ul>
<li>Fixed an issue with slow loading of library/genres on some devices</li>
</ul>
<h4>1.6.5-beta6</h4>
<ul>
<li>Search optimisations.. Faster results. Now shows loading spinner</li>
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ext.versions = [
// App versions
// /////////////////////////////////////////////////////////////////////////

name : "1.6.5-beta6",
name : "1.6.5-beta7",

// //////////////////////////////////////////////////////////////////////////
// Compile versions
Expand Down

0 comments on commit 790468f

Please sign in to comment.