diff --git a/AppScope/app.json5 b/AppScope/app.json5 index b569fb3ad1b16a1f74350a6a6e9c898218e2f1ea..46b7144060064d415ca3dda3c33b1ab0598cf952 100644 --- a/AppScope/app.json5 +++ b/AppScope/app.json5 @@ -1,9 +1,9 @@ { "app": { - "bundleName": "com.example.hamcrest", + "bundleName": "cn.openharmony.hamcrest", "vendor": "example", "versionCode": 1000000, - "versionName": "1.0.0", + "versionName": "1.0.1", "icon": "$media:app_icon", "label": "$string:app_name", "distributedNotificationEnabled": true diff --git a/CHANGELOG.md b/CHANGELOG.md index e43494eec85130654bd74c3766e9ca1775e408da..4cbe7ffc9e3c7722da0278c9151004236056f640 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ -# 1.0.0 +## 1.0.1 + +- api8升级到api9 + +## 1.0.0 1. 匹配器库功能实现,可以组合起来匹配 \ No newline at end of file diff --git a/README.md b/README.md index 451c4e2643d6c6a75772148e4d64f3749b739310..8f548503b91e843aabfc2e8264b41239f020c5a8 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ OpenHarmony npm环境配置等更多内容,请参考 [如何安装OpenHarmony 10. 匹配空字符串`IsEmptyString.emptyString()` ## 兼容性 -支持 OpenHarmony API version 8 及以上版本。 +支持 OpenHarmony API version 9 版本。 ## 目录结构 ```` @@ -66,7 +66,7 @@ OpenHarmony npm环境配置等更多内容,请参考 [如何安装OpenHarmony ```` ## 贡献代码 -使用过程中发现任何问题都可以提 [Issue](https://gitee.com/hihopeorg/Hamcrest/issues) 给我们,当然,我们也非常欢迎你给我们发 [PR](https://gitee.com/hihopeorg/Hamcrest/pulls) 。 +使用过程中发现任何问题都可以提 [Issue](https://gitee.com/openharmony-sig/Hamcrest/issues) 给我们,当然,我们也非常欢迎你给我们发 [PR](https://gitee.com/openharmony-sig/Hamcrest/pulls) 。 ## 开源协议 -本项目基于 [BSD License](https://gitee.com/hihopeorg/Hamcrest/blob/master/LICENSE) ,请自由地享受和参与开源。 \ No newline at end of file +本项目基于 [BSD License](https://gitee.com/openharmony-sig/Hamcrest/blob/master/LICENSE) ,请自由地享受和参与开源。 \ No newline at end of file diff --git a/entry/package.json b/entry/package.json index 88e60692880b8fbccd4033eb2e61a9d6cd443144..9be2e2a236d86113dcc4655875660f5acdd04eb5 100644 --- a/entry/package.json +++ b/entry/package.json @@ -1,7 +1,7 @@ { "devDependencies": {}, "name": "entry", - "version": "1.0.0", + "version": "1.0.1", "ohos": { "org": "huawei", "buildTool": "hvigor", @@ -9,7 +9,7 @@ }, "description": "example description", "repository": {}, - "license": "BSD License", + "license": "BSD-3-Clause", "dependencies": { "@ohos/hamcrest": "file:../hamcrest" } diff --git a/hamcrest/package.json b/hamcrest/package.json index 9c03de51a94a26a6a4dd34f0cc736de703cb7c15..733a98ebb386b4f9bcc03c44e43e9d4d6eb73b62 100644 --- a/hamcrest/package.json +++ b/hamcrest/package.json @@ -5,15 +5,15 @@ "hamcrest" ], "name": "@ohos/hamcrest", - "author": "hihope", + "author": "ohos_tpc", "description": "可组合使用的匹配器库", "ohos": { "org": "opensource" }, - "version": "1.0.0", + "version": "1.0.1", "main": "index.ets", "repository": "https://gitee.com/openharmony-sig/Hamcrest", - "license": "BSD License", + "license": "BSD-3-Clause", "tags": [ "OpenHarmony", "hamcrest" diff --git a/package.json b/package.json index 3e6321ccbb288b9b0567fe81f2c6f33ece74360a..8b0175f6e17f8e5816f3b00da04cd27c0a31364b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "license": "BSD License", + "license": "BSD-3-Clause", "devDependencies": {}, - "name": "ohos_app_hamcrest", + "name": "hamcrest", "ohos": { "org": "huawei", "directoryLevel": "project", @@ -9,7 +9,7 @@ }, "description": "example description", "repository": {}, - "version": "1.0.0", + "version": "1.0.1", "dependencies": { "@ohos/hypium": "1.0.0", "@ohos/hvigor-ohos-plugin": "1.1.3",