html2apk 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html2apk",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "Node CLI and library to turn an HTML/CSS/JS folder into an Android APK through Cordova.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -49,7 +49,7 @@
49
49
  <img src="../../../html2apk.png" alt="" class="brand-icon">
50
50
  <div>
51
51
  <strong>html<span>2apk</span></strong>
52
- <small id="appVersion">v0.1.0</small>
52
+ <small id="appVersion">v0.7.0</small>
53
53
  </div>
54
54
  </div>
55
55
 
@@ -2980,7 +2980,7 @@ async function init() {
2980
2980
  elements.iconPreview.src = iconPreviewPath(state.defaultIconPath);
2981
2981
  }
2982
2982
  } catch {
2983
- elements.appVersion.textContent = "v0.1.0";
2983
+ elements.appVersion.textContent = "v0.7.0";
2984
2984
  }
2985
2985
 
2986
2986
  setTimeout(finishBoot, 1800);