Skip to content

Commit c83d882

Browse files
author
Duke
committedApr 14, 2015
bumped version
1 parent 0bbaab9 commit c83d882

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed
 

‎CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<a name="0.0.4-alpha"></a>
2+
### 0.0.4-alpha
3+
4+
#### Bug Fixes
5+
6+
* fix sidebar scroll on desktop ([93c4cfa](/../../commit/93c4cfa))
7+
* improve player close button ([103cd4f](/../../commit/103cd4f))
8+
* bug when user lost session and try to open the app ([42677c8](/../../commit/42677c8))
9+
* show mesage when not found episodes ([16cf9ce](/../../commit/16cf9ce))
10+
* remove mark all as listened button when you dont have episodes to listen ([45c9053](/../../commit/45c9053))
11+
* when you mark a episode as listened, the episode list will be updated ([a38a4ce](/../../commit/a38a4ce))
12+
* Fix episodes listing, now you can see more than 20 episodes ([262b3a2](/../../commit/262b3a2))
13+

‎cordova/config.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="io.uhura.app" version="0.0.3-alpha"
2+
<widget id="io.uhura.app" version="0.0.4-alpha"
33
xmlns="http://www.w3.org/ns/widgets"
44
xmlns:cdv="http://cordova.apache.org/ns/1.0"
5-
android-versionCode="4">
5+
android-versionCode="5">
66
<name>Uhura</name>
77
<description>
88
</description>

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uhuraapp",
3-
"version": "0.0.3-alpha",
3+
"version": "0.0.4-alpha",
44
"private": true,
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)
Please sign in to comment.