Skip to content

Commit 8df0c79

Browse files
committed
adding lib version number bump and updated readMe
1 parent 24adb72 commit 8df0c79

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Wifi configuration.
44
This library was written to config iot devices. With iOS 11 Apple introduced NEHotspotConfiguration class for wifi configuration. Library supports same functionality on ios and android.
55

6+
## 1.0.6
7+
8+
Android: Added build gradle compatibility.
9+
10+
- This changes enables compatibility when building your project using commands such as `.gradlew assembleRelease`.
11+
612
## 1.0.5
713

814
Android: Added `forceWifiUsage` method. to use this method, do the following steps:

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@josectobar/react-native-iot-wifi",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Connect to WiFi with React Native on Android and iOS.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -25,7 +25,8 @@
2525
"iot"
2626
],
2727
"authors": [
28-
"tadasr", "josectobar"
28+
"tadasr",
29+
"josectobar"
2930
],
3031
"license": "MIT",
3132
"bugs": {
@@ -40,4 +41,4 @@
4041
"test": "echo \"Error: no test specified\" && exit 1"
4142
},
4243
"author": "josectobar"
43-
}
44+
}

0 commit comments

Comments
 (0)