Skip to content

Commit 3761beb

Browse files
authored
Increased version to 1.0.0
1 parent 093c22a commit 3761beb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
- name: Run PlatformIO
4848
run: |
4949
# install libs before build
50-
pio lib -e ${{ matrix.env }} install
50+
pio pkg install -e ${{ matrix.env }}
5151
pio run -e ${{ matrix.env }}

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "NukiBleEsp",
3-
"version": "0.0.8",
3+
"version": "1.0.0",
44
"description": "Control Nuki smartlock via BLE from esp32",
55
"keywords": "nuki ble esp32",
66
"authors": [

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=NukiBleEsp
2-
version=0.0.8
2+
version=1.0.0
33
author=I-Connect
44
maintainer=Jeroen van de Vorst <info@i-connect.online>
55
sentence=Control Nuki smartlock via BLE from esp32.

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
default_envs = debug
1313

1414
[env]
15-
platform = espressif32@^4.0.0
15+
platform = espressif32@^4.3.0
1616
board = esp32dev
1717
framework = arduino
1818

0 commit comments

Comments
 (0)