diff options
| -rw-r--r-- | config.xml | 10 | ||||
| -rw-r--r-- | knockout.html | 5 | ||||
| -rw-r--r-- | www/js/index.js | 4 |
3 files changed, 7 insertions, 12 deletions
@@ -4,7 +4,7 @@ <widget xmlns = "http://www.w3.org/ns/widgets" xmlns:gap = "http://phonegap.com/ns/1.0" id = "***REMOVED***" - version = "1.0.2"> + version = "1.0.3"> <name>WvS-VPlan</name> @@ -17,9 +17,6 @@ <property name="aapt.ignore.assets" value="<dir>res:!.git" /> - <feature name="http://api.phonegap.com/1.0/device" /> - <feature name="http://api.phonegap.com/1.0/file" /> - <preference name="orientation" value="default" /> <preference name="target-device" value="universal" /> <preference name="fullscreen" value="false" /> @@ -36,11 +33,6 @@ <preference name="android-installLocation" value="auto" /> <preference name="splash-screen-duration" value="0" /> - <gap:plugin name="org.apache.cordova.file-transfer" /> - <gap:plugin name="org.apache.cordova.file" /> - <gap:plugin name="org.apache.cordova.device" /> - <gap:plugin name="org.apache.cordova.network-information" /> - <icon src="res/icons/80.png" /> <icon src="res/icons/36-ldpi.png" gap:platform="android" gap:density="ldpi" /> <icon src="res/icons/48-mdpi.png" gap:platform="android" gap:density="mdpi" /> diff --git a/knockout.html b/knockout.html index 69bb597..5dcb8c7 100644 --- a/knockout.html +++ b/knockout.html @@ -52,9 +52,12 @@ info </li> <li id="1.0.1"> - ok + info </li> <li id="1.0.2"> + warn + </li> + <li id="1.0.3"> ok </li> </ul> diff --git a/www/js/index.js b/www/js/index.js index 495bf3a..0f3bb07 100644 --- a/www/js/index.js +++ b/www/js/index.js @@ -13,10 +13,10 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -version = '1.0.2'; +version = '1.0.3'; function istPremium(benutzer, key){ // Supersicherer Keygenerator :P Inspiriert von kryptochef.de sollKey = ''; |
