diff options
author | hyunduk.kim <hyunduk.kim@samsung.com> | 2020-04-23 19:29:54 +0900 |
---|---|---|
committer | hyunduk.kim <hyunduk.kim@samsung.com> | 2020-04-23 19:29:54 +0900 |
commit | 93263a94aad7fd6cd42353948cc651aeac77c90f (patch) | |
tree | f29a5c92de67abf4b8276351fde05f2677782ec1 | |
parent | f2491b13996b07e529a06cb6053056c4b192204e (diff) | |
download | webapp-addon-setting-accepted/tizen_6.5_unified.tar.gz webapp-addon-setting-accepted/tizen_6.5_unified.tar.bz2 webapp-addon-setting-accepted/tizen_6.5_unified.zip |
[ABS] Update spec and wgt filestizen_7.0_m2_releasetizen_6.5.m2_releasetizen_6.0.m2_releasesubmit/tizen_6.5/20211028.164101submit/tizen_6.0_hotfix/20201103.115105submit/tizen_6.0_hotfix/20201102.192905submit/tizen_6.0/20201029.205505submit/tizen/20200423.111018accepted/tizen/unified/20200424.141547accepted/tizen/7.0/unified/hotfix/20221116.112126accepted/tizen/7.0/unified/20221110.055807accepted/tizen/6.5/unified/20211028.224752accepted/tizen/6.0/unified/hotfix/20201103.045722accepted/tizen/6.0/unified/20201030.102645tizen_7.0_hotfixtizen_7.0tizen_6.5tizen_6.0_hotfixtizen_6.0tizenaccepted/tizen_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unifiedaccepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unified
version: 1.0.0 -> 1.0.1
release: 1 -> 2
Change-Id: I756a7a387e39ee2a638bcc93422468f3932ee9a3
Signed-off-by: hyunduk.kim <hyunduk.kim@samsung.com>
-rw-r--r-- | bin/org.tizen.webapp-addon-setting_wearable-1.0.1.wgt (renamed from bin/org.tizen.webapp-addon-setting_wearable-1.0.0.wgt) | bin | 1322824 -> 1322854 bytes | |||
-rwxr-xr-x | config.xml | 2 | ||||
-rw-r--r-- | packaging/org.tizen.webapp-addon-setting.spec | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/org.tizen.webapp-addon-setting_wearable-1.0.0.wgt b/bin/org.tizen.webapp-addon-setting_wearable-1.0.1.wgt Binary files differindex 7887d30..4f2b188 100644 --- a/bin/org.tizen.webapp-addon-setting_wearable-1.0.0.wgt +++ b/bin/org.tizen.webapp-addon-setting_wearable-1.0.1.wgt @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="http://yourdomain/WebAppAddonSetting" version="1.0.0" viewmodes="maximized"> +<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="http://yourdomain/WebAppAddonSetting" version="1.0.1" viewmodes="maximized"> <access origin="*" subdomains="true"></access> <tizen:application id="NVPDzvckj9.WebAppAddonSetting" package="NVPDzvckj9" required_version="5.5"/> <content src="package.json"/> diff --git a/packaging/org.tizen.webapp-addon-setting.spec b/packaging/org.tizen.webapp-addon-setting.spec index 7482534..fae792c 100644 --- a/packaging/org.tizen.webapp-addon-setting.spec +++ b/packaging/org.tizen.webapp-addon-setting.spec @@ -1,7 +1,7 @@ Name: org.tizen.webapp-addon-setting_wearable Summary: org.tizen.webapp-addon-setting_wearable for the wearable devices -Version: 1.0.0 -Release: 1 +Version: 1.0.1 +Release: 2 Group: Applications/Web Framework License: Apache-2.0 Source0: %{name}-%{version}.tar.gz |