Skip to content

Commit

Permalink
chore: Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Nov 16, 2023
1 parent dae2e41 commit 345b066
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ESPAdmin",
"version": "1.0.1",
"version": "1.1.2",
"description": "The sdk for ESP Admin platform",
"keywords": "config, ota, esp32, management",
"repository": {
Expand All @@ -26,9 +26,9 @@
"exclude": [
"./src/main.cpp",
"./include/credentials.h",
"node_modules",
"package.json",
"package-lock.json"
"./node_modules",
"./package.json",
"./package-lock.json"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esp-admin-sdk",
"version": "1.0.1",
"version": "1.1.1",
"description": "The sdk for [ESP Admin](https://github.com/becem-gharbi/esp-admin) platform",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 345b066

Please sign in to comment.