mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-16 04:26:37 +00:00
Bump to v1.0.8.
This commit is contained in:
parent
2d4d14266e
commit
3b981c3a34
2
MiRCART-cordoba/config.xml
vendored
2
MiRCART-cordoba/config.xml
vendored
@ -1,5 +1,5 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<widget id="com.lalbornoz.MiRCART" version="1.0.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
<widget id="com.lalbornoz.MiRCART" version="1.0.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||||
<author email="lucio@lucioillanes.de" href="https://github.com/lalbornoz/MiRCART#readme">
|
<author email="lucio@lucioillanes.de" href="https://github.com/lalbornoz/MiRCART#readme">
|
||||||
Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>, based on work by JOLLO NET NA
|
Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>, based on work by JOLLO NET NA
|
||||||
</author>
|
</author>
|
||||||
|
4
MiRCART-cordoba/package-lock.json
generated
vendored
4
MiRCART-cordoba/package-lock.json
generated
vendored
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "MiRCART-cordoba",
|
"name": "MiRCART-cordoba",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -127,7 +127,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"inflight": {
|
"inflight": {
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"bundled": true,
|
"bundled": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"once": "^1.3.0",
|
"once": "^1.3.0",
|
||||||
|
2
MiRCART-cordoba/package.json
vendored
2
MiRCART-cordoba/package.json
vendored
@ -30,5 +30,5 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"version": "1.0.7"
|
"version": "1.0.8"
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<manifest android:hardwareAccelerated="true" android:versionCode="10007" android:versionName="1.0.7" package="com.lalbornoz.MiRCART" xmlns:android="http://schemas.android.com/apk/res/android">
|
<manifest android:hardwareAccelerated="true" android:versionCode="10008" android:versionName="1.0.8" package="com.lalbornoz.MiRCART" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
|
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<application android:hardwareAccelerated="true" android:icon="@mipmap/icon" android:label="@string/app_name" android:supportsRtl="true">
|
<application android:hardwareAccelerated="true" android:icon="@mipmap/icon" android:label="@string/app_name" android:supportsRtl="true">
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<link charset="utf-8" href="../css/fonts.css" rel="stylesheet" type="text/css" />
|
<link charset="utf-8" href="../css/fonts.css" rel="stylesheet" type="text/css" />
|
||||||
<link charset="utf-8" href="../css/help.css" rel="stylesheet" type="text/css" />
|
<link charset="utf-8" href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
||||||
<title>MiRCART v1.0.7 documentation</title>
|
<title>MiRCART v1.0.8 documentation</title>
|
||||||
</head>
|
</head>
|
||||||
<!-- }}} -->
|
<!-- }}} -->
|
||||||
<!-- {{{ BODY -->
|
<!-- {{{ BODY -->
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<link charset="utf-8" href="assets/css/sally.css" rel="stylesheet" type="text/css" />
|
<link charset="utf-8" href="assets/css/sally.css" rel="stylesheet" type="text/css" />
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
||||||
<meta content="width=device-width, maximum-scale=1.0, user-scalable=yes" name="viewport" />
|
<meta content="width=device-width, maximum-scale=1.0, user-scalable=yes" name="viewport" />
|
||||||
<title>MiRCART v1.0.7</title>
|
<title>MiRCART v1.0.8</title>
|
||||||
</head>
|
</head>
|
||||||
<!-- }}} -->
|
<!-- }}} -->
|
||||||
<!-- {{{ BODY -->
|
<!-- {{{ BODY -->
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<widget id="com.lalbornoz.MiRCART" version="1.0.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
<widget id="com.lalbornoz.MiRCART" version="1.0.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||||
<feature name="Whitelist">
|
<feature name="Whitelist">
|
||||||
<param name="android-package" value="org.apache.cordova.whitelist.WhitelistPlugin" />
|
<param name="android-package" value="org.apache.cordova.whitelist.WhitelistPlugin" />
|
||||||
<param name="onload" value="true" />
|
<param name="onload" value="true" />
|
||||||
|
2
MiRCART-nw/package-lock.json
generated
vendored
2
MiRCART-nw/package-lock.json
generated
vendored
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "MiRCART",
|
"name": "MiRCART",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"lockfileVersion": 1
|
"lockfileVersion": 1
|
||||||
}
|
}
|
||||||
|
2
MiRCART-nw/package.json
vendored
2
MiRCART-nw/package.json
vendored
@ -18,7 +18,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"window": {
|
"window": {
|
||||||
"title": "MiRCART (standalone NW app)",
|
"title": "MiRCART (standalone NW app)",
|
||||||
"toolbar": true,
|
"toolbar": true,
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<link charset="utf-8" href="../css/fonts.css" rel="stylesheet" type="text/css" />
|
<link charset="utf-8" href="../css/fonts.css" rel="stylesheet" type="text/css" />
|
||||||
<link charset="utf-8" href="../css/help.css" rel="stylesheet" type="text/css" />
|
<link charset="utf-8" href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
||||||
<title>MiRCART v1.0.7 documentation</title>
|
<title>MiRCART v1.0.8 documentation</title>
|
||||||
</head>
|
</head>
|
||||||
<!-- }}} -->
|
<!-- }}} -->
|
||||||
<!-- {{{ BODY -->
|
<!-- {{{ BODY -->
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<link charset="utf-8" href="assets/css/sally.css" rel="stylesheet" type="text/css" />
|
<link charset="utf-8" href="assets/css/sally.css" rel="stylesheet" type="text/css" />
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
||||||
<meta content="width=device-width, maximum-scale=1.0, user-scalable=yes" name="viewport" />
|
<meta content="width=device-width, maximum-scale=1.0, user-scalable=yes" name="viewport" />
|
||||||
<title>MiRCART v1.0.7</title>
|
<title>MiRCART v1.0.8</title>
|
||||||
</head>
|
</head>
|
||||||
<!-- }}} -->
|
<!-- }}} -->
|
||||||
<!-- {{{ BODY -->
|
<!-- {{{ BODY -->
|
||||||
|
Loading…
Reference in New Issue
Block a user