diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml
index 582d62e..454238d 100644
--- a/.github/workflows/compile-examples.yml
+++ b/.github/workflows/compile-examples.yml
@@ -54,14 +54,6 @@ jobs:
             sketch-paths: |
               - examples/Edge Control Getting Started
 
-          - fqbn: arduino:mbed_nicla:nicla_sense
-            sketch-paths: |
-              - examples/Nicla Sense ME as a MKR Shield/NiclaShieldController
-
-          - fqbn: arduino:samd:mkrwifi1010
-            sketch-paths: |
-              - examples/Nicla Sense ME as a MKR Shield/NiclaShieldHost
-
     steps:
       - name: Checkout
         uses: actions/checkout@v3
diff --git a/library.properties b/library.properties
index 6237097..ad74931 100644
--- a/library.properties
+++ b/library.properties
@@ -1,5 +1,5 @@
 name=Arduino_Pro_Tutorials
-version=1.0.4
+version=1.0.5
 author=Martino Facchin, Riccardo Ricco, Dario Pennisi, Sebastian Romero, Lenard George, Ignacio Herrera, Jose García, Pablo Marquínez
 maintainer=Arduino <info@arduino.cc>
 sentence=This library contains the complete Arduino sketches from the Pro Tutorials.