Change version number to reflect the work in progress for v1.1

This commit is contained in:
mossroy 2013-11-04 13:14:50 +01:00
parent dd464e7b55
commit a50b7f56d2
2 changed files with 26 additions and 26 deletions

View File

@ -51,7 +51,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand">Evopedia v1.0.2</a> <a class="navbar-brand">Evopedia v1.1.0-SNAPSHOT</a>
</div> </div>
<!-- Collect the nav links, forms, and other content for toggling --> <!-- Collect the nav links, forms, and other content for toggling -->

View File

@ -1,25 +1,25 @@
{ {
"version": "1.0.2", "version": "1.1.0-SNAPSHOT",
"name": "Evopedia", "name": "Evopedia",
"description": "Offline Wikipedia Viewer", "description": "Offline Wikipedia Viewer",
"launch_path": "/index.html", "launch_path": "/index.html",
"icons": { "icons": {
"16": "/img/icons/evopedia-16.png", "16": "/img/icons/evopedia-16.png",
"48": "/img/icons/evopedia-48.png", "48": "/img/icons/evopedia-48.png",
"60": "/img/icons/evopedia-60.png", "60": "/img/icons/evopedia-60.png",
"128": "/img/icons/evopedia-128.png" "128": "/img/icons/evopedia-128.png"
}, },
"developer": { "developer": {
"name": "Mossroy <mossroy@free.fr>", "name": "Mossroy <mossroy@free.fr>",
"url": "https://github.com/mossroy" "url": "https://github.com/mossroy"
}, },
"default_locale": "en", "default_locale": "en",
"permissions": { "permissions": {
"device-storage:sdcard": { "device-storage:sdcard": {
"description": "Required to read wikipedia archives", "description": "Required to read wikipedia archives",
"access": "readonly" "access": "readonly"
} }
}, },
"type": "privileged", "type": "privileged",
"origin": "app://evopedia.info" "origin": "app://evopedia.info"
} }