Skip to content

Commit 06ea2b2

Browse files
committed
chore: housekeeping
1 parent 4e98789 commit 06ea2b2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<b>NetWizard</b> is a user-friendly yet robust WiFi manager and captive portal library for wireless microcontrollers. Eliminate the trouble of hard-coding WiFi credentials by letting NetWizard handle the networking for your device!
1313

14-
Additionally, NetWizard lets you create a custom configuration page of your choice which is shown at the time of setup. The possibilities are endless!
14+
Additionally, NetWizard lets you create a custom configuration page of your choice which is shown at the time of setup. The possibilities are endless!
1515

1616
<br/>
1717

@@ -55,12 +55,12 @@ NetWizard works on the following microcontrollers/boards:
5555

5656
Netwizard Pro comes with the following extended functionality:
5757

58-
- Exclusive Parameters
58+
- Exclusive Parameters (Password Input, Toggle and more)
5959
- Links
6060
- Statistics
6161
- Whitelabel / Branding
6262
- UI Source
63-
- Commercial License (SCL-1.1)
63+
- Softt Commercial License 1.2
6464

6565
<br> <b>Available here: </b>
6666

@@ -86,4 +86,4 @@ Netwizard Pro comes with the following extended functionality:
8686

8787
NetWizard open-source edition is licensed under Affero General Public License v3.0 ( AGPL-3.0 ).
8888

89-
If you are intending to use NetWizard in a commercial project, please consider purchasing [NetWizard Pro](https://netwizard.pro?ref=ghlicense) which comes with a less restrictive SOFTT Commercial License 1.1 ( SCL-1.1 ).
89+
If you are intending to use NetWizard in a commercial project, please consider purchasing [NetWizard Pro](https://netwizard.pro?ref=ghlicense) which comes with a less restrictive SOFTT Commercial License 1.2 (SCL-1.2).
-49.6 KB
Binary file not shown.

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"platforms": ["espressif8266", "raspberrypi"]
3636
}
3737
],
38-
"version": "1.1.2",
38+
"version": "1.1.3",
3939
"frameworks": "arduino",
4040
"platforms": ["espressif32", "raspberrypi"],
4141
"build": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=NetWizard
2-
version=1.1.2
2+
version=1.1.3
33
author=Ayush Sharma
44
category=Communication
55
maintainer=Ayush Sharma <asrocks5@gmail.com>

0 commit comments

Comments
 (0)