Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bb441db committed May 29, 2024
1 parent 0aec17a commit ab981e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ Open your `AndroidManifest.xml` and put the following **in the `<application>` t
```xml
<meta-data
android:name="TUYA_SMART_APPKEY"
android:name="THING_SMART_APPKEY"
android:value="xxx" />
<meta-data
android:name="TUYA_SMART_SECRET"
android:name="THING_SMART_SECRET"
android:value="xxx" />
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.19",
"version": "1.0.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit ab981e6

Please sign in to comment.