Skip to content

Commit

Permalink
update 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MushStory committed Nov 22, 2022
1 parent 512a8b1 commit dd43f5d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
The MIT License

Copyright (c) 2022 Artifriends, Inc. <help@artifriends.com>
Copyright (c) 2022 Yun HyeongJun <y37653@gmail.com>
Copyright (c) 2022 Ohn DongHun <fatihohn@gmail.com>
Copyright (c) 2022 Yun Hyeongjun <y37653@gmail.com>
Copyright (c) 2022 Ohn Donghun <fatihohn@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
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.2"
version="1.0.3"
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
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "frontle-example-app",
"description": "The easiest multi-platform SPA framework",
"version": "1.0.2",
"version": "1.0.3",
"author": "Artifriends, Inc. <help@artifriends.com>",
"contributors": [
"Yun HyeongJun <y37653@gmail.com>",
"Ohn DongHun <fatihohn@gmail.com>"
"Yun Hyeongjun <y37653@gmail.com>",
"Ohn Donghun <fatihohn@gmail.com>"
],
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -35,12 +35,12 @@
"dependencies": {
"jquery": {},
"@frontle/frontle-core": {
"notBuild": true
"noBuild": true
}
}
},
"dependencies": {
"@frontle/frontle-core": "^1.0.1",
"jquery": "^3.6.1"
}
}
}

0 comments on commit dd43f5d

Please sign in to comment.