mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-24 04:54:51 -04:00
Change version numbers to 2.1-WIP
This commit is contained in:
parent
8421edb898
commit
1bf2b9fa52
@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Kiwix",
|
||||
"version": "2.0-WIP",
|
||||
"version": "2.1-WIP",
|
||||
|
||||
"description": "Kiwix : offline Wikipedia reader",
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.0-WIP",
|
||||
"version": "2.1-WIP",
|
||||
"name": "Kiwix",
|
||||
"description": "Offline Wikipedia Viewer, and more",
|
||||
"launch_path": "/www/index.html",
|
||||
|
@ -12,8 +12,8 @@ while getopts tdv: option; do
|
||||
esac
|
||||
done
|
||||
|
||||
MAJOR_NUMERIC_VERSION="2.0"
|
||||
VERSION_TO_REPLACE="2\.0-WIP"
|
||||
MAJOR_NUMERIC_VERSION="2.1"
|
||||
VERSION_TO_REPLACE="2\.1-WIP"
|
||||
|
||||
# Set the secret environment variables if available
|
||||
# The file set_secret_environment_variables.sh should not be commited for security reasons
|
||||
|
@ -51,7 +51,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand">Kiwix 2.0-WIP</a>
|
||||
<a class="navbar-brand">Kiwix 2.1-WIP</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user