Skip to content

Commit

Permalink
Change to semantic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsonwheels committed Apr 4, 2020
1 parent a43d871 commit e4eca28
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const FPATHS = {
dest: DEPLOY_BUILD_FOLDER
},
omnisd_manifests: {
src: [SOURCE_FOLDER + 'metadata.json', SOURCE_FOLDER + 'update.webapp'],
src: SOURCE_FOLDER + 'metadata.json',
dest: OMNISD_BUILD_FOLDER + 'tmp/'
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaidi",
"version": "0.4.8",
"version": "1.0.0",
"description": "A Kodi remote app for KaiOS.",
"scripts": {
"clean": "gulp clean",
Expand Down
12 changes: 8 additions & 4 deletions src/manifest.webapp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.8",
"version": "1.0.0",
"name": "Kaidi Remote (Beta)",
"description": "A Kodi remote app for KaiOS.",
"launch_path": "/ad.html#home",
Expand All @@ -26,14 +26,18 @@
"description": "Required for to send notifications/toasts."
}
},
"installs_allowed_from": [
"*"
],
"dependencies": {
"ads-sdk": "1.3.0"
},
"installs_allowed_from": [
"*"
],
"default_locale": "en-US",
"locales": {
"en-US": {
"name": "Kaidi Remote (Beta)",
"description": "A Kodi remote app for KaiOS."
},
"vi": {
"name": "Điều khiển Kaidi (Beta)",
"description": "Một ứng dụng điều khiển Kodi cho KaiOS."
Expand Down
Empty file removed src/update.webapp
Empty file.

0 comments on commit e4eca28

Please sign in to comment.