diff --git a/README.md b/README.md
index d624c3c37f7905acf4d1c4d86b8af79aa5c06777..d85498c9b333f005528a598e4fb958bc6f22cb54 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'Orange-OpenSource/tbc/angular'
-    ref: '1.0.0'
+    ref: '1.0.1'
     file: '/templates/gitlab-ci-angular.yml'
 ```
 
diff --git a/templates/gitlab-ci-angular.yml b/templates/gitlab-ci-angular.yml
index 2d9c3a6dcd13fa432456be901a51c8d75f679a6f..024f55a83bc93f33a7b6ddf1384a89fce330842b 100644
--- a/templates/gitlab-ci-angular.yml
+++ b/templates/gitlab-ci-angular.yml
@@ -306,7 +306,7 @@ stages:
 
   }
 
-  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update angular "1.0.0"; fi
+  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update angular "1.0.1"; fi
 
   # ENDSCRIPT
 
@@ -317,7 +317,7 @@ stages:
   image: $NG_CLI_IMAGE
   services:
     - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master"
-      command: ["--service", "angular", "1.0.0"]
+      command: ["--service", "angular", "1.0.1"]
   # cache configuration
   cache:
     key: "$CI_COMMIT_REF_SLUG-angular"