Change web app HTML title

Change-Id: I29feecef83f4f8ddf60529ff94c90d5468868a18
diff --git a/index.html b/index.html
index bce8c76..4e191a4 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
 <html lang="ca" dir="ltr">
   <head>
     <meta charset="utf-8">
-    <title>Concerts Musicaula</title>
+    <title>Programa Concerts Musicaula</title>
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <link rel="stylesheet" href="css/styles.css">
     <link rel="manifest" href="manifest.json">
diff --git a/sw.js b/sw.js
index 023c2e2..53519f3 100644
--- a/sw.js
+++ b/sw.js
@@ -1,4 +1,4 @@
-// Version: 1.0.2
+// Version: 1.0.3
 var CACHE_NAME = 'all-v1';
 var urlsToCache = [
   '/',