Skip to content

Commit

Permalink
Fix load tiles on offline
Browse files Browse the repository at this point in the history
  • Loading branch information
ipao committed Feb 19, 2021
1 parent a35a966 commit b44bf88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "longdo-map-cordova",
"displayName": "Longdo Map Cordova",
"version": "1.0.0",
"version": "1.0.1",
"description": "A sample Longdo Map application that responds to the deviceready event.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="longdo-map-cordova" version="1.0.0">
id="longdo-map-cordova" version="1.0.1">
<name>Longdo Map</name>
<description>Longdo Map Plugin</description>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion www/longdo-map-cordova.min.js

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

0 comments on commit b44bf88

Please sign in to comment.