Skip to content

Commit

Permalink
update 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MushStory committed Dec 28, 2022
1 parent 39b4214 commit 377ee9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<widget
id="com.artifriends.frontle"
version="1.0.7"
version="1.0.8"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontle-example-app",
"description": "The easiest multi-platform SPA framework",
"version": "1.0.7",
"version": "1.0.8",
"author": "Artifriends, Inc. <[email protected]>",
"contributors": [
"Yun Hyeongjun <[email protected]>",
Expand Down Expand Up @@ -40,7 +40,7 @@
}
},
"dependencies": {
"@frontle/frontle-core": "^1.0.4",
"@frontle/frontle-core": "^1.0.5",
"jquery": "^3.6.1"
}
}
1 change: 0 additions & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
<div id="app"></div>
</body>

<script type="text/javascript" src="../cordova.js"></script>
<script type="module" src="@/index.js"></script>
</html>

0 comments on commit 377ee9a

Please sign in to comment.