Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

Commit

Permalink
release 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptPilot committed Jan 10, 2019
1 parent c642fc9 commit b99745b
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@


> This page is part of the [App Framework Documentation](DOCUMENTATION.md) > This page is part of the [App Framework Documentation](DOCUMENTATION.md)
## Version 1.20.1

### Bug-fixes

- [x] [#852 - Error message in update check](https://github.com/scriptPilot/app-framework/issues/852)

## Version 1.20.0 ## Version 1.20.0


Released on 2018-01-10 Released on 2018-01-10
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License MIT License


Copyright (c) 2018 scriptPilot Copyright (c) 2019 scriptPilot


Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion build/www/app.525cbba.js → build/www/app.f9b726b.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/www/index.html
@@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,minimal-ui"><meta name=apple-mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-status-bar-style content=black-translucent><title>App Framework</title><meta name=theme-color content=#ffffff><link rel=apple-touch-icon sizes=180x180 href=apple-touch-icon.png><link rel=icon type=image/png href=favicon-32x32.png sizes=32x32><link rel=icon type=image/png href=favicon-16x16.png sizes=16x16><link rel=manifest href=manifest.json><link href=init.525cbba.css rel=stylesheet></head><body style="background: #ffffff"><noscript>Please activate JavaScript!</noscript><div id=loadingOverlay style="display: none"><div class=inner><div class=icon><img src=android-chrome-192x192.png></div><div class=title>App Framework</div><div class=progressBar><div class=progressBarInner></div></div><div class=spinner></div></div></div><div id=errorOverlay style="display: none"><div class=inner><div class=icon><img src=android-chrome-192x192.png></div><div class=title>App Framework</div><div class=error>App initialization error</div></div></div><div id=hiddenOverlay style="visibility: hidden"></div><div id=frame style="display: none"><div id=app></div></div><script type=text/javascript src=init.525cbba.js></script></body></html> <!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,minimal-ui"><meta name=apple-mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-status-bar-style content=black-translucent><title>App Framework</title><meta name=theme-color content=#ffffff><link rel=apple-touch-icon sizes=180x180 href=apple-touch-icon.png><link rel=icon type=image/png href=favicon-32x32.png sizes=32x32><link rel=icon type=image/png href=favicon-16x16.png sizes=16x16><link rel=manifest href=manifest.json><link href=init.f9b726b.css rel=stylesheet></head><body style="background: #ffffff"><noscript>Please activate JavaScript!</noscript><div id=loadingOverlay style="display: none"><div class=inner><div class=icon><img src=android-chrome-192x192.png></div><div class=title>App Framework</div><div class=progressBar><div class=progressBarInner></div></div><div class=spinner></div></div></div><div id=errorOverlay style="display: none"><div class=inner><div class=icon><img src=android-chrome-192x192.png></div><div class=title>App Framework</div><div class=error>App initialization error</div></div></div><div id=hiddenOverlay style="visibility: hidden"></div><div id=frame style="display: none"><div id=app></div></div><script type=text/javascript src=init.f9b726b.js></script></body></html>
File renamed without changes.
2 changes: 1 addition & 1 deletion build/www/init.525cbba.js → build/www/init.f9b726b.js

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions build/www/manifest.appcache
@@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
#ver:v1.20.0 #ver:v1.20.1
#plugin:4.8.4 #plugin:4.8.4


CACHE: CACHE:
Expand All @@ -18,14 +18,14 @@ CACHE:
/img/firebase.472015e.png /img/firebase.472015e.png
/img/theme-ios.48f912f.png /img/theme-ios.48f912f.png
/img/theme-material.381a2ea.png /img/theme-material.381a2ea.png
/app.525cbba.js /app.f9b726b.js
/init.525cbba.js /init.f9b726b.js
/material.525cbba.js /material.f9b726b.js
/ios.525cbba.js /ios.f9b726b.js
/app.525cbba.css /app.f9b726b.css
/init.525cbba.css /init.f9b726b.css
/ios.525cbba.css /ios.f9b726b.css
/material.525cbba.css /material.f9b726b.css
/ /
/offline-service-worker.js /offline-service-worker.js
/manifest.json /manifest.json
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion build/www/offline-service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"description": "iOS and Android Apps with HTML & JavaScript - develop, build and deploy - free and open source!", "description": "iOS and Android Apps with HTML & JavaScript - develop, build and deploy - free and open source!",
"author": "scriptPilot <mail@scriptPilot.de> (https://github.com/scriptPilot)", "author": "scriptPilot <mail@scriptPilot.de> (https://github.com/scriptPilot)",
"repository": "https://github.com/scriptPilot/app-framework.git", "repository": "https://github.com/scriptPilot/app-framework.git",
"version": "1.20.0", "version": "1.20.1",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"postinstall": "node scripts/postinstall", "postinstall": "node scripts/postinstall",
Expand Down

0 comments on commit b99745b

Please sign in to comment.